Property | Defined by | ||
---|---|---|---|
args : Array | Formatter | ||
changedCallbacks : Array | Formatter | ||
format : String | Formatter | ||
value : String | Formatter |
Method | Defined by | ||
---|---|---|---|
Formatter(format:String, ... args)
| Formatter | ||
addChangedCallbacks(callback:Function):void
| Formatter | ||
getValue():String
| Formatter | ||
removeChangedCallbacks(callback:Function):void
| Formatter | ||
toString():String
| Formatter |
Method | Defined by | ||
---|---|---|---|
onFormatterChanged(formatter:Formatter, oldValue:String, newValue:String):void
| Formatter | ||
onParameterChanged(parameter:Parameter, oldValue:*, newValue:*):void
| Formatter | ||
updateValue():void
| Formatter |
args | property |
protected var args:Array
changedCallbacks | property |
protected var changedCallbacks:Array
format | property |
protected var format:String
value | property |
protected var value:String
Formatter | () | constructor |
public function Formatter(format:String, ... args)
Parameters
format:String |
|
... args |
addChangedCallbacks | () | method |
public function addChangedCallbacks(callback:Function):void
Parameters
callback:Function |
getValue | () | method |
public function getValue():String
Returns
String |
onFormatterChanged | () | method |
protected function onFormatterChanged(formatter:Formatter, oldValue:String, newValue:String):void
Parameters
formatter:Formatter |
|
oldValue:String |
|
newValue:String |
onParameterChanged | () | method |
protected function onParameterChanged(parameter:Parameter, oldValue:*, newValue:*):void
Parameters
parameter:Parameter |
|
oldValue:* |
|
newValue:* |
removeChangedCallbacks | () | method |
public function removeChangedCallbacks(callback:Function):void
Parameters
callback:Function |
toString | () | method |
public function toString():String
Returns
String |
updateValue | () | method |
protected function updateValue():void