eventName:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The name of the event dispatched when the property changes. The
default is propertyName + "Changed".
Implementation public function get eventName():String
public function set eventName(value:String):void
formattedString:String
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The resulting formatted value as a string.
Implementation public function get formattedString():String
propertyName:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The name of the property in the model holding the value to be
formatted. The default is text.
Implementation public function get propertyName():String
public function set propertyName(value:String):void
propertyValue:Object
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Retrieves the current value of the property from the strand.
Implementation public function get propertyValue():Object
strand:IStrand
[write-only]
Implementation public function set strand(value:IStrand):void
public function FormatBase()
Mon Sep 5 2016, 07:19 AM -07:00