Package | com.flexicious.nestedtreedatagrid.valueobjects |
Class | public class ComponentInfo |
Inheritance | ComponentInfo Object |
Property | Defined By | ||
---|---|---|---|
colIndex : int [read-only] | ComponentInfo | ||
component : DisplayObject | ComponentInfo | ||
inCornerAreas : Boolean = false | ComponentInfo | ||
isContentArea : Boolean [read-only]
Returns true if we are a data cell or if we area a chrome cell
at a nest depth of greater than 1. | ComponentInfo | ||
isLeftLocked : Boolean [read-only] | ComponentInfo | ||
isLocked : Boolean [read-only] | ComponentInfo | ||
isRightLocked : Boolean [read-only] | ComponentInfo | ||
perceivedX : Number [read-only]
f left locked, returns X, if right locked returns leftLockedWidth+unlockedWidth+x
if unlocked returns leftLockedX + x
| ComponentInfo | ||
row : RowInfo | ComponentInfo | ||
useComponentPosition : Boolean = false | ComponentInfo | ||
x : Number | ComponentInfo |
Method | Defined By | ||
---|---|---|---|
ComponentInfo(component:DisplayObject, x:Number, row:RowInfo) | ComponentInfo |
colIndex | property |
colIndex:int
[read-only] public function get colIndex():int
component | property |
public var component:DisplayObject
inCornerAreas | property |
public var inCornerAreas:Boolean = false
isContentArea | property |
isContentArea:Boolean
[read-only] Returns true if we are a data cell or if we area a chrome cell at a nest depth of greater than 1. These cells are all drawn in the content area, hence have to scroll
public function get isContentArea():Boolean
isLeftLocked | property |
isLeftLocked:Boolean
[read-only] public function get isLeftLocked():Boolean
isLocked | property |
isLocked:Boolean
[read-only] public function get isLocked():Boolean
isRightLocked | property |
isRightLocked:Boolean
[read-only] public function get isRightLocked():Boolean
perceivedX | property |
perceivedX:Number
[read-only] f left locked, returns X, if right locked returns leftLockedWidth+unlockedWidth+x if unlocked returns leftLockedX + x
public function get perceivedX():Number
row | property |
public var row:RowInfo
useComponentPosition | property |
public var useComponentPosition:Boolean = false
x | property |
public var x:Number
ComponentInfo | () | Constructor |
public function ComponentInfo(component:DisplayObject, x:Number, row:RowInfo)
component:DisplayObject | |
x:Number | |
row:RowInfo |