import RowPositionInfo from 'flexicious-react-datagrid/js/flexgrid/valueobjects/RowPositionInfo.js'
RowPositionInfo
Extends:
Internal class used to keep track of the overall grid rows. (Not just the visible ones).
Constructor Summary
Public Constructor | ||
public |
constructor(rowData: *, rowIndex: *, verticalPosition: *, rowHeight: *, level: *, rowType: *) |
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
Method Summary
Public Methods | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
getLevel(grid: *): * |
|
public |
|
|
public |
|
|
public |
|
|
public |
getRowNestlevel(): * |
|
public |
getRowType(): Number |
|
public |
|
|
public |
|
|
public |
kill() |
|
public |
setRowHeight(val: *) |
|
public |
setRowIndex(val: *) |
|
public |
setVerticalPosition(val: *) |
Inherited Summary
From class TypedObject | ||
public |
typeCache: {} |
|
public |
|
|
public |
Returns a list of strings that represent the object hierarchy for this object. |
|
public |
implementsOrExtends(name: *): Boolean Returns true if the class name to check is in the list of class names defined for this class. |
Public Constructors
public constructor(rowData: *, rowIndex: *, verticalPosition: *, rowHeight: *, level: *, rowType: *) source
Override:
TypedObject#constructorParams:
Name | Type | Attribute | Description |
rowData | * | ||
rowIndex | * | ||
verticalPosition | * | ||
rowHeight | * | ||
level | * | ||
rowType | * |
Public Members
public virtualScrollLoadInfo: VirtualScrollLoadInfo source
Properties:
Name | Type | Attribute | Description |
virtualScrollLoadInfo | * |
Public Methods
public getClassNames(): String source
Returns a list of strings that represent the object hierarchy for this object.
Override:
TypedObject#getClassNamespublic kill() source
public setRowHeight(val: *) source
Params:
Name | Type | Attribute | Description |
val | * |
public setRowIndex(val: *) source
Params:
Name | Type | Attribute | Description |
val | * |
public setVerticalPosition(val: *) source
Params:
Name | Type | Attribute | Description |
val | * |