Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The
PropertyType
class provides values for the
IProperty
interface.
public static const ACTION:String = ACTION
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IProperty.type
property, used for
properties that represent navigator actions. The value of a property
of this type is a int
; clients can trigger the represented action
by incrementing the value.
See also
public static const BOOLEAN:String = BOOLEAN
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IProperty.type
property, used for
properties that contain arbitrary boolean values. The value of a property
of this type is a Boolean
.
See also
public static const COLOR:String = COLOR
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IProperty.type
property, used for
properties that contain arbitrary color values. The value of a property
of this type is a Number
.
See also
public static const INTEGER:String = INTEGER
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IProperty.type
property, used for
properties that contain arbitrary integer values. The value of a property
of this type is a int
.
See also
public static const LIST:String = LIST
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IProperty.type
property, used for
properties that contain a list of other properties. The value of a property
of this type is an IProperty
represening the selected item from
the property's subvalues.
See also
public static const NUMBER:String = NUMBER
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IProperty.type
property, used for
properties that contain arbitrary numeric values. The value of a property
of this type is a Number
.
See also
public static const STRING:String = STRING
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IProperty.type
property, used for
properties that contain arbitrary string values. The value of a property
of this type is a String
.
See also
public static const UNDEFINED:String = UNDEFINED
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IProperty.type
property, used for
properties that contain undefined values. The value of a property
of this type is not specified.
See also
public static const UNSIGNED_INTEGER:String = UNSIGNED_INTEGER
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IProperty.type
property, used for
properties that contain arbitrary unsigned integer values. The value of a property
of this type is a uint
.
See also
public static const URL:String = URL
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IProperty.type
property, used for
properties that contain arbitrary binary references. The value of a property
of this type is a String
representing a URL to the referenced data.
See also
Fri Apr 15 2011, 11:10 AM -07:00