Package | com.flexicious.nestedtreedatagrid.valueobjects |
Class | public class VirtualScrollLoadInfo |
Inheritance | VirtualScrollLoadInfo Object |
Property | Defined By | ||
---|---|---|---|
item : Object
Pointer to the item. | VirtualScrollLoadInfo | ||
itemArea : Number [read-only] | VirtualScrollLoadInfo | ||
itemHeight : Number
The "area" covered by this item. | VirtualScrollLoadInfo | ||
level : FlexDataGridColumnLevel
FlexDataGridColumnLevel that this item belongs to
| VirtualScrollLoadInfo | ||
levelNestDepth : int [read-only]
The nest depth of the level
| VirtualScrollLoadInfo | ||
parent : Object
Pointer to the parent item. | VirtualScrollLoadInfo | ||
recordIndex : int
The record index. | VirtualScrollLoadInfo | ||
rowType : int
Type of the row. | VirtualScrollLoadInfo | ||
verticalScrollPosition : Number
The verticalScrollPosition that this record appears at
| VirtualScrollLoadInfo |
Method | Defined By | ||
---|---|---|---|
VirtualScrollLoadInfo(level:FlexDataGridColumnLevel, recordIndex:int, verticalScrollPosition:Number, itemHeight:Number, item:Object, parent:Object = null, rowType:int = -1) | VirtualScrollLoadInfo | ||
isParentOf(child:VirtualScrollLoadInfo):Boolean | VirtualScrollLoadInfo | ||
toString():String | VirtualScrollLoadInfo |
item | property |
public var item:Object
Pointer to the item. Should be populated before calling setVirtualScrollData.
itemArea | property |
itemArea:Number
[read-only] public function get itemArea():Number
itemHeight | property |
public var itemHeight:Number
The "area" covered by this item. Includes any children.
level | property |
public var level:FlexDataGridColumnLevel
FlexDataGridColumnLevel that this item belongs to
levelNestDepth | property |
levelNestDepth:int
[read-only] The nest depth of the level
public function get levelNestDepth():int
parent | property |
public var parent:Object
Pointer to the parent item.
recordIndex | property |
public var recordIndex:int
The record index.
rowType | property |
public var rowType:int
Type of the row.
verticalScrollPosition | property |
public var verticalScrollPosition:Number
The verticalScrollPosition that this record appears at
VirtualScrollLoadInfo | () | Constructor |
public function VirtualScrollLoadInfo(level:FlexDataGridColumnLevel, recordIndex:int, verticalScrollPosition:Number, itemHeight:Number, item:Object, parent:Object = null, rowType:int = -1)
level:FlexDataGridColumnLevel | |
recordIndex:int | |
verticalScrollPosition:Number | |
itemHeight:Number | |
item:Object | |
parent:Object (default = null )
| |
rowType:int (default = -1 )
|
isParentOf | () | method |
public function isParentOf(child:VirtualScrollLoadInfo):Boolean
Parameters
child:VirtualScrollLoadInfo |
Boolean |
toString | () | method |
public function toString():String
ReturnsString |