Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Records used by list classes to keep track of what is selected.
Each selected item is represented by an instance of this class.
public var approximate:Boolean
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
If true, then the index property is an approximate value and not the exact value.
public var data:Object
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The data Object that is selected (selectedItem)
public var index:int
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The index in the data provider of the selected item. (may be approximate)
public function ListBaseSelectionData(data:Object, index:int, approximate:Boolean)
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.
Parameters | data: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.
|
Wed Nov 15 2017, 09:50 AM +01:00