RNGridRow

Hierarchy

  • Component

    ↳ RNGridRow

Implements

  • RNComponent

Index

Constructors

Properties

Methods

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:

NameType
childRNGridColumn

Returns: void


appendInitialChild

â–¸ appendInitialChild(child: RNGridColumn): void

Parameters:

NameType
childRNGridColumn

Returns: void


insertBefore

â–¸ insertBefore(child: RNGridColumn, beforeChild: RNGridColumn): void

Parameters:

NameType
childRNGridColumn
beforeChildRNGridColumn

Returns: void


remove

â–¸ remove(): void

Returns: void


removeChild

â–¸ removeChild(child: RNGridColumn): void

Parameters:

NameType
childRNGridColumn

Returns: void


setNodeParent

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

Inherited from RNAction.setNodeParent

Parameters:

NameType
parent?Component

Returns: void


setParentGridAndUpdateProps

â–¸ setParentGridAndUpdateProps(parentGrid: RNGridView, index: number): void

Parameters:

NameType
parentGridRNGridView
indexnumber

Returns: void


setProps

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

Parameters:

NameType
newPropsGridRowProps
oldPropsGridRowProps

Returns: void


updateChildren

â–¸ updateChildren(startIndex: number): void

Parameters:

NameTypeDefault
startIndexnumber0

Returns: void