| Package | mx.controls.listClasses |
| Class | public class ListBaseSelectionData |
See also
| Property | Defined by | ||
|---|---|---|---|
| approximate : Boolean
If true, then the index property is an approximate value and not the exact value.
| ListBaseSelectionData | ||
| data : Object
The data Object that is selected (selectedItem)
| ListBaseSelectionData | ||
| index : int
The index in the data provider of the selected item.
| ListBaseSelectionData | ||
| Method | Defined by | ||
|---|---|---|---|
|
ListBaseSelectionData(data:Object, index:int, approximate:Boolean)
Constructor.
| ListBaseSelectionData | ||
| approximate | property |
public var approximate:BooleanIf true, then the index property is an approximate value and not the exact value.
| data | property |
public var data:ObjectThe data Object that is selected (selectedItem)
| index | property |
public var index:intThe index in the data provider of the selected item. (may be approximate)
| ListBaseSelectionData | () | constructor |
public function ListBaseSelectionData(data:Object, index:int, approximate:Boolean)Constructor.
Parametersdata:Object — The data Object that is selected
|
|
index:int — The index in the data provider of the selected item. (may be approximate)
|
|
approximate:Boolean — If true, then the index property is an approximate value and not the exact value.
|