Packagefl.data
Classpublic dynamic class SimpleCollectionItem

The SimpleCollectionItem class defines a single item in an inspectable property that represents a data provider. A SimpleCollectionItem object is a collection list item that contains only label and data properties, for example, a ComboBox or List component.



Public Properties
 PropertyDefined by
  data : String
The data property of the object.
SimpleCollectionItem
  label : String
The label property of the object.
SimpleCollectionItem
Public Methods
 MethodDefined by
  
Creates a new SimpleCollectionItem object.
SimpleCollectionItem
Property detail
dataproperty
public var data:String

The data property of the object.

The default value is null.

labelproperty 
public var label:String

The label property of the object. The default value is label(n), where n is the ordinal index.

Constructor detail
SimpleCollectionItem()constructor
public function SimpleCollectionItem()

Creates a new SimpleCollectionItem object.