Package | fl.data |
Class | public dynamic class TileListCollectionItem |
Inheritance | TileListCollectionItem ![]() |
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9.0.28.0 |
label
and
source
properties, and is primarily used in the TileList
component.
Property | Defined By | ||
---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
label : String
The label property of the object.
| TileListCollectionItem | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
source : String
The source property of the object.
| TileListCollectionItem |
Method | Defined By | ||
---|---|---|---|
Creates a new TileListCollectionItem object.
| TileListCollectionItem | ||
![]() |
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 the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object |
label | property |
public var label:String
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9.0.28.0 |
The label
property of the object.
The default value is label(n)
, where n is the ordinal index.
source | property |
public var source:String
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9.0.28.0 |
The source
property of the object. This can be the path or a class
name of the image that is displayed in the image cell of the TileList.
The default value is null
.
TileListCollectionItem | () | Constructor |
public function TileListCollectionItem()
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9.0.28.0 |
Creates a new TileListCollectionItem object.