import ItemPositionInfo from 'flexicious-react-datagrid/js/flexgrid/valueobjects/ItemPositionInfo.js'
ItemPositionInfo
Extends:
TypedObject → ItemPositionInfo
A class that stores information about what page an item exists on, at what level.
Constructor Summary
Public Constructor | ||
public |
constructor(item: *, level: *, pageIndex: *, itemindex: *) |
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
Method Summary
Public Methods | ||
public |
|
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(item: *, level: *, pageIndex: *, itemindex: *) source
Override:
TypedObject#constructorParams:
Name | Type | Attribute | Description |
item | * | ||
level | * | ||
pageIndex | * | ||
itemindex | * |
Public Members
Public Methods
public getClassNames(): Array source
Returns a list of strings that represent the object hierarchy for this object.