Packageorg.apache.flex.core
Classpublic class FormatBase
InheritanceFormatBase Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IFormatBead



Public Properties
 PropertyDefined By
  eventName : String
The name of the event dispatched when the property changes.
FormatBase
  formattedString : String
[read-only] The resulting formatted value as a string.
FormatBase
  propertyName : String
The name of the property in the model holding the value to be formatted.
FormatBase
  propertyValue : Object
[read-only] Retrieves the current value of the property from the strand.
FormatBase
  strand : IStrand
[write-only]
FormatBase
Public Methods
 MethodDefined By
  
FormatBase
Property Detail
eventNameproperty
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
formattedStringproperty 
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
propertyNameproperty 
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
propertyValueproperty 
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
strandproperty 
strand:IStrand  [write-only]


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
FormatBase()Constructor
public function FormatBase()