RNGridColumn

Hierarchy

  • Component

    ↳ RNGridColumn

Implements

  • RNComponent

Index

Constructors

Properties

Methods

Constructors

constructor

+ new RNGridColumn(): RNGridColumn

Inherited from RNGridColumn.constructor

Returns: RNGridColumn

Properties

Optional actualWidget

• actualWidget? : NodeWidget‹any›


Optional columnIndex

• columnIndex? : undefined | number


Optional latestProps

• latestProps? : GridColumnProps


native

• native: any

Overrides void


nodeChildren

• nodeChildren: Set‹Component›

Inherited from RNAction.nodeChildren


Optional nodeParent

• nodeParent? : Component

Inherited from RNAction.nodeParent


Optional parentRow

• parentRow? : RNGridRow


Optional prevProps

• prevProps? : GridColumnProps


Optional width

• width? : undefined | number


Static tagName

â–ª tagName: string = "gridcolumn"

Methods

appendChild

▸ appendChild(child: NodeWidget‹any›): void

Parameters:

NameType
childNodeWidget‹any›

Returns: void


appendInitialChild

▸ appendInitialChild(child: NodeWidget‹any›): void

Parameters:

NameType
childNodeWidget‹any›

Returns: void


insertBefore

▸ insertBefore(child: NodeWidget‹any›, beforeChild: NodeWidget‹any›): void

Parameters:

NameType
childNodeWidget‹any›
beforeChildNodeWidget‹any›

Returns: void


remove

â–¸ remove(): void

Returns: void


removeChild

▸ removeChild(child: NodeWidget‹any›): void

Parameters:

NameType
childNodeWidget‹any›

Returns: void


setNodeParent

â–¸ setNodeParent(parent?: Component): void

Inherited from RNAction.setNodeParent

Parameters:

NameType
parent?Component

Returns: void


setParentRowAndUpdateProps

â–¸ setParentRowAndUpdateProps(parentRow: RNGridRow, index: number): void

Parameters:

NameType
parentRowRNGridRow
indexnumber

Returns: void


setProps

â–¸ setProps(newProps: GridColumnProps, oldProps: GridColumnProps): void

Parameters:

NameType
newPropsGridColumnProps
oldPropsGridColumnProps

Returns: void