ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
fl.data 

TileListCollectionItem  - AS3 Flash

Packagefl.data
Classpublic dynamic class TileListCollectionItem
InheritanceTileListCollectionItem Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

The TileListCollectionItem class defines a single item in an inspectable property that represents a data provider. A TileListCollectionItem object is a collection list item that contains only label and source properties, and is primarily used in the TileList component.



Public Properties
 PropertyDefined By
 Inheritedconstructor : 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
 MethodDefined By
  
Creates a new TileListCollectionItem object.
TileListCollectionItem
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
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.