| Package | mx.controls.listClasses | 
| Class | public class ListBaseSelectionData | 
| Inheritance | ListBaseSelectionData    Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
| approximate : Boolean 
	  If true, then the index property is an approximate value and not the exact value.  | ListBaseSelectionData | ||
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
| data : Object 
	  The data Object that is selected (selectedItem)
	  
	    | ListBaseSelectionData | ||
| index : int 
	  The index in the data provider of the selected item.  | ListBaseSelectionData | ||
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
	  Constructor.  | ListBaseSelectionData | ||
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
Property Detail
approximate | property | 
public var approximate:Boolean| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
If true, then the index property is an approximate value and not the exact value.
data | property | 
public var data:Object| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
The data Object that is selected (selectedItem)
index | property | 
public var index:int| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
The index in the data provider of the selected item. (may be approximate)
Constructor Detail
ListBaseSelectionData | () | Constructor | 
public function ListBaseSelectionData(data:Object, index:int, approximate:Boolean)| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
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.
	  
	   | 
Thu Dec 4 2014, 05:50 PM -08:00
 