Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
This interface provides support for properties displayed in the user interface.
description:String
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A localized description string suitable for display in the user interface.
Implementation public function get description():String
enabled:Boolean
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Returns a value of true
if the control(s) representing this property
should be enabled in the user interface. It returns false
otherwise.
Implementation public function get enabled():Boolean
hasMinMax:Boolean
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Returns a value of true
if this property has relevant minimum or maximum values.
It returns false
otherwise.
This applies to numeric properties.
Implementation public function get hasMinMax():Boolean
See also
label:String
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A localized label string suitable for display in the user interface.
Implementation public function get label():String
maxValue:Number
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The maximum value of this numeric property.
This applies to numeric properties.
Implementation public function get maxValue():Number
See also
minValue:Number
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The minimum value of this numeric property.
This applies to numeric properties.
Implementation public function get minValue():Number
See also
name:String
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The name for this IProperty
.
This name serves as a unique identifier, and never changes.
Implementation public function get name():String
subvalues:Array
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The array of possible values for a list property.
This applies to list properties.
Implementation public function get subvalues():Array
See also
subvaluesLocked:Boolean
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Returns a value of true
if elements of subvalues
for this property
cannot be added or removed. It returns false
otherwise.
This applies to list properties.
Implementation public function get subvaluesLocked():Boolean
See also
subvaluesType:String
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Identifies the data type of the IProperty
elements found in the
subvalues
array.
It must be one of the property types defined in PropertyType
.
Implementation public function get subvaluesType():String
See also
type:String
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Identifies the data type of this IProperty
.
It must be one of the property types defined in PropertyType
.
Implementation public function get type():String
See also
value:Object
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The value for this IProperty
.
Its type is determined by type
.
Implementation public function get value():Object
See also
visible:Boolean
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Returns a value of true
if the control(s) representing this property
should be displayed in the user interface. It returns false
otherwise.
Implementation public function get visible():Boolean
Fri Apr 15 2011, 11:10 AM -07:00