RNGridRow
Hierarchy
Component
↳ RNGridRow
Implements
- RNComponent
Index
Constructors
Properties
Methods
- appendChild
- appendInitialChild
- insertBefore
- remove
- removeChild
- setNodeParent
- setParentGridAndUpdateProps
- setProps
- updateChildren
Constructors
constructor
+ new RNGridRow(): RNGridRow
Inherited from RNGridColumn.constructor
Returns: RNGridRow
Properties
childColumns
• childColumns: Array‹DataWithOffset‹RNGridColumn›› = []
Optional
height
• height? : undefined | number
Optional
latestProps
• latestProps? : GridRowProps
native
• native: any
Overrides void
nodeChildren
• nodeChildren: Set‹Component›
Inherited from RNAction.nodeChildren
Optional
nodeParent
• nodeParent? : Component
Inherited from RNAction.nodeParent
Optional
parentGrid
• parentGrid? : RNGridView
Optional
prevProps
• prevProps? : GridRowProps
Optional
rowIndex
• rowIndex? : undefined | number
Static
tagName
â–ª tagName: string = "gridrow"
Methods
appendChild
â–¸ appendChild(child
: RNGridColumn): void
Parameters:
Name | Type |
---|---|
child | RNGridColumn |
Returns: void
appendInitialChild
â–¸ appendInitialChild(child
: RNGridColumn): void
Parameters:
Name | Type |
---|---|
child | RNGridColumn |
Returns: void
insertBefore
â–¸ insertBefore(child
: RNGridColumn, beforeChild
: RNGridColumn): void
Parameters:
Name | Type |
---|---|
child | RNGridColumn |
beforeChild | RNGridColumn |
Returns: void
remove
â–¸ remove(): void
Returns: void
removeChild
â–¸ removeChild(child
: RNGridColumn): void
Parameters:
Name | Type |
---|---|
child | RNGridColumn |
Returns: void
setNodeParent
â–¸ setNodeParent(parent?
: Component): void
Inherited from RNAction.setNodeParent
Parameters:
Name | Type |
---|---|
parent? | Component |
Returns: void
setParentGridAndUpdateProps
â–¸ setParentGridAndUpdateProps(parentGrid
: RNGridView, index
: number): void
Parameters:
Name | Type |
---|---|
parentGrid | RNGridView |
index | number |
Returns: void
setProps
â–¸ setProps(newProps
: GridRowProps, oldProps
: GridRowProps): void
Parameters:
Name | Type |
---|---|
newProps | GridRowProps |
oldProps | GridRowProps |
Returns: void
updateChildren
â–¸ updateChildren(startIndex
: number): void
Parameters:
Name | Type | Default |
---|---|---|
startIndex | number | 0 |
Returns: void