Package | com.adobe.portfolio.properties |
Class | public class PropertyColorValue |
Inheritance | PropertyColorValue ![]() ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Property | Defined By | ||
---|---|---|---|
![]() | description : String
A localized description string suitable for display in the user interface. | PropertyValue | |
![]() | dirty : Boolean
Returns true if the property has been modified and needs to be saved,
false otherwise. | PropertyValue | |
![]() | enabled : Boolean
Returns a value of true if the control(s) representing this property
should be enabled in the user interface. | PropertyValue | |
![]() | hasMinMax : Boolean [override] [read-only]
Returns a value of true if this property has relevant minimum or maximum values. | PropertyNumberValue | |
![]() | isInt : Boolean [read-only]
Returns true if the propertyNumberValue is an int;
returns false otherwise. | PropertyNumberValue | |
![]() | isUint : Boolean [read-only]
Returns true if the propertyNumberValue is an unsigned integer;
returns false otherwise. | PropertyNumberValue | |
![]() | label : String
A localized label string suitable for display in the user interface. | PropertyValue | |
![]() | maxValue : Number [override]
The maximum value of this numeric property. | PropertyNumberValue | |
![]() | minValue : Number [override]
The minimum value of this numeric property. | PropertyNumberValue | |
![]() | name : String
The name for this IProperty. | PropertyValue | |
![]() | numValue : Number
The value as a number. | PropertyNumberValue | |
![]() | subvalues : Array [read-only]
The array of possible values for a list property. | PropertyValue | |
![]() | subvaluesLocked : Boolean [read-only]
Returns a value of true if elements of subvalues for this property
cannot be added or removed. | PropertyValue | |
![]() | subvaluesType : String [read-only]
Identifies the data type of the IProperty elements found in the
subvalues array. | PropertyValue | |
type : String [override] [read-only]
Identifies the data type of this IProperty. | PropertyColorValue | ||
![]() | value : Object
The value for this IProperty. | PropertyValue | |
![]() | visible : Boolean
Returns a value of true if the control(s) representing this property
should be displayed in the user interface. | PropertyValue |
Method | Defined By | ||
---|---|---|---|
PropertyColorValue(target:IEventDispatcher = null)
Constructor
| PropertyColorValue | ||
![]() | createPropertyValue(valueXML:XML, parent:Object):PropertyValue [static]
Create a new PropertyValue instance of the correct type and
assign parent as its parent value. | PropertyValue | |
![]() | generateXML():XML
Create an XML object with all its XML elements for this property. | PropertyValue | |
loadFromXML(valueXML:XML):Boolean [override]
Load the specified value from an XML object. | PropertyColorValue | ||
![]() | playSelectEffects():void
Run all the effects in the selectEffectArray
If dontPlayEffectsCounter is false (not 0)
playSelectEffects() will not run the effects. | PropertyValue | |
![]() | setValueFromString(valueString:String):Boolean [override]
Set the property number value equal to the specified string. | PropertyNumberValue |
Method | Defined By | ||
---|---|---|---|
getXMLElementName():String [override]
Returns the XML element name for this property. | PropertyColorValue | ||
![]() | setXMLElements(propertyXML:XML):void [override]
Sets all the XML elements for this property, such as
enabled, visible, label, and description. | PropertyNumberValue |
Constant | Defined By | ||
---|---|---|---|
XML_ELEMENT_NAME : String = PropertyColor [static]
The XML element name for color property values
| PropertyColorValue |
type | property |
type:String
[read-only] [override] 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
.
public function get type():String
See also
PropertyColorValue | () | Constructor |
public function PropertyColorValue(target:IEventDispatcher = null)
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Constructor
Parameterstarget:IEventDispatcher (default = null )
|
getXMLElementName | () | method |
override protected function getXMLElementName():String
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Returns the XML element name for this property.
ReturnsString |
loadFromXML | () | method |
override public function loadFromXML(valueXML:XML):Boolean
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Load the specified value from an XML object. If possible, the localized label and description will be used.
Parameters
valueXML:XML |
Boolean — true if the property was successfully loaded,
false otherwise.
|
XML_ELEMENT_NAME | Constant |
public static const XML_ELEMENT_NAME:String = PropertyColor
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The XML element name for color property values