Packagecom.adobe.portfolio.api
Classpublic final class PropertyType
InheritancePropertyType Inheritance Object

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.

See also

IProperty


Public Constants
 ConstantDefined By
  ACTION : String = ACTION
[static] A possible value of the IProperty.type property, used for properties that represent navigator actions.
PropertyType
  BOOLEAN : String = BOOLEAN
[static] A possible value of the IProperty.type property, used for properties that contain arbitrary boolean values.
PropertyType
  COLOR : String = COLOR
[static] A possible value of the IProperty.type property, used for properties that contain arbitrary color values.
PropertyType
  INTEGER : String = INTEGER
[static] A possible value of the IProperty.type property, used for properties that contain arbitrary integer values.
PropertyType
  LIST : String = LIST
[static] A possible value of the IProperty.type property, used for properties that contain a list of other properties.
PropertyType
  NUMBER : String = NUMBER
[static] A possible value of the IProperty.type property, used for properties that contain arbitrary numeric values.
PropertyType
  STRING : String = STRING
[static] A possible value of the IProperty.type property, used for properties that contain arbitrary string values.
PropertyType
  UNDEFINED : String = UNDEFINED
[static] A possible value of the IProperty.type property, used for properties that contain undefined values.
PropertyType
  UNSIGNED_INTEGER : String = UNSIGNED_INTEGER
[static] A possible value of the IProperty.type property, used for properties that contain arbitrary unsigned integer values.
PropertyType
  URL : String = URL
[static] A possible value of the IProperty.type property, used for properties that contain arbitrary binary references.
PropertyType
Constant Detail
ACTIONConstant
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

BOOLEANConstant 
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

COLORConstant 
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

INTEGERConstant 
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

LISTConstant 
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

NUMBERConstant 
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

STRINGConstant 
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

UNDEFINEDConstant 
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

UNSIGNED_INTEGERConstant 
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

URLConstant 
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