| Package | fl.data |
| Class | public dynamic class SimpleCollectionItem |
label and
data properties, for example, a ComboBox or List component.
| Property | Defined by | ||
|---|---|---|---|
| data : String
The data property of the object.
| SimpleCollectionItem | ||
| label : String
The label property of the object.
| SimpleCollectionItem | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new SimpleCollectionItem object.
| SimpleCollectionItem | ||
| data | property |
public var data:StringThe data property of the object.
The default value is null.
| label | property |
public var label:String
The label property of the object.
The default value is label(n), where n is the ordinal index.
| SimpleCollectionItem | () | constructor |
public function SimpleCollectionItem()Creates a new SimpleCollectionItem object.