RNGridColumn
Hierarchy
Component
↳ RNGridColumn
Implements
- RNComponent
Index
Constructors
Properties
Methods
- appendChild
- appendInitialChild
- insertBefore
- remove
- removeChild
- setNodeParent
- setParentRowAndUpdateProps
- setProps
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:
| Name | Type |
|---|---|
child | NodeWidget‹any› |
Returns: void
appendInitialChild
▸ appendInitialChild(child: NodeWidget‹any›): void
Parameters:
| Name | Type |
|---|---|
child | NodeWidget‹any› |
Returns: void
insertBefore
▸ insertBefore(child: NodeWidget‹any›, beforeChild: NodeWidget‹any›): void
Parameters:
| Name | Type |
|---|---|
child | NodeWidget‹any› |
beforeChild | NodeWidget‹any› |
Returns: void
remove
â–¸ remove(): void
Returns: void
removeChild
▸ removeChild(child: NodeWidget‹any›): void
Parameters:
| Name | Type |
|---|---|
child | NodeWidget‹any› |
Returns: void
setNodeParent
â–¸ setNodeParent(parent?: Component): void
Inherited from RNAction.setNodeParent
Parameters:
| Name | Type |
|---|---|
parent? | Component |
Returns: void
setParentRowAndUpdateProps
â–¸ setParentRowAndUpdateProps(parentRow: RNGridRow, index: number): void
Parameters:
| Name | Type |
|---|---|
parentRow | RNGridRow |
index | number |
Returns: void
setProps
â–¸ setProps(newProps: GridColumnProps, oldProps: GridColumnProps): void
Parameters:
| Name | Type |
|---|---|
newProps | GridColumnProps |
oldProps | GridColumnProps |
Returns: void