| Package | mx.controls.listClasses |
| Class | public class ListRowInfo |
See also
| Property | Defined by | ||
|---|---|---|---|
| data : Object
The item in the dataprovider.
| ListRowInfo | ||
| height : Number
The height of the row including margins.
| ListRowInfo | ||
| itemOldY : Number
The last Y value for the renderer.
| ListRowInfo | ||
| oldY : Number
The last Y value for the row.
| ListRowInfo | ||
| uid : String
The unique identifier of the item in the dataProvider
| ListRowInfo | ||
| y : Number
The y-position value for the row.
| ListRowInfo | ||
| Method | Defined by | ||
|---|---|---|---|
|
ListRowInfo(y:Number, height:Number, uid:String, data:Object = null)
Constructor.
| ListRowInfo | ||
| data | property |
public var data:ObjectThe item in the dataprovider.
| height | property |
public var height:NumberThe height of the row including margins.
| itemOldY | property |
public var itemOldY:NumberThe last Y value for the renderer. Used in Tree's open/close effects.
| oldY | property |
public var oldY:NumberThe last Y value for the row. Used in Tree's open/close effects.
| uid | property |
public var uid:StringThe unique identifier of the item in the dataProvider
| y | property |
public var y:NumberThe y-position value for the row.
| ListRowInfo | () | constructor |
public function ListRowInfo(y:Number, height:Number, uid:String, data:Object = null)Constructor.
Parametersy:Number — The y-position value for the row.
|
|
height:Number — The height of the row including margins.
|
|
uid:String — The unique identifier of the item in the dataProvider
|
|
data:Object (default = null) — The item in the dataprovider.
|