Package | fl.data |
Class | public dynamic class TileListCollectionItem |
Inheritance | TileListCollectionItem Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
label
and
source
properties, and is primarily used in the TileList
component.
Public Properties
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 | ||
source : String
The source property of the object. | TileListCollectionItem |
Public Methods
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 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
label | property |
public var label:String
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.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 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.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.
Constructor Detail
TileListCollectionItem | () | Constructor |
public function TileListCollectionItem()
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
Creates a new TileListCollectionItem object.
Thu Dec 6 2018, 01:12 PM -08:00