| Package | org.servebox.toolbox.globalization |
| Class | public class GlobalizationDictionaryReader |
| Implements | flash.events.IEventDispatcher, IObserver |
| Property | Defined by | ||
|---|---|---|---|
| labels : Object [read-only]
Acces to the GlobalizationDictionary labels
| GlobalizationDictionaryReader | ||
| language : String
Return the current language
| GlobalizationDictionaryReader | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new GlobalizationDictionaryReader object.
| GlobalizationDictionaryReader | ||
|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
IEventDispatcher implementation.
| GlobalizationDictionaryReader | ||
|
dispatchEvent(evt:Event):Boolean
IEventDispatcher implementation.
| GlobalizationDictionaryReader | ||
|
hasEventListener(type:String):Boolean
IEventDispatcher implementation.
| GlobalizationDictionaryReader | ||
|
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
IEventDispatcher implementation.
| GlobalizationDictionaryReader | ||
|
An IObservable instance has notified the current IObserver instance.
| GlobalizationDictionaryReader | ||
|
willTrigger(type:String):Boolean
IEventDispatcher implementation.
| GlobalizationDictionaryReader | ||
| labels | property |
labels:Object [read-only]Acces to the GlobalizationDictionary labels
This property can be used as the source for data binding.
Implementation public function get labels():Object
| language | property |
language:String [read-write]Return the current language
This property can be used as the source for data binding.
Implementation public function get language():String
public function set language(value:String):void
| GlobalizationDictionaryReader | () | constructor |
public function GlobalizationDictionaryReader()Creates a new GlobalizationDictionaryReader object.
| addEventListener | () | method |
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):voidIEventDispatcher implementation.
Parameterstype:String |
|
listener:Function |
|
useCapture:Boolean (default = false) |
|
priority:int (default = 0) |
|
useWeakReference:Boolean (default = false) |
| dispatchEvent | () | method |
public function dispatchEvent(evt:Event):BooleanIEventDispatcher implementation.
Parametersevt:Event |
Boolean |
| hasEventListener | () | method |
public function hasEventListener(type:String):BooleanIEventDispatcher implementation.
Parameterstype:String |
Boolean |
| removeEventListener | () | method |
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):voidIEventDispatcher implementation.
Parameterstype:String |
|
listener:Function |
|
useCapture:Boolean (default = false) |
| update | () | method |
public function update(source:IObservable, notification:Notification):voidAn IObservable instance has notified the current IObserver instance.
Parameterssource:IObservable |
|
notification:Notification |
| willTrigger | () | method |
public function willTrigger(type:String):BooleanIEventDispatcher implementation.
Parameterstype:String |
Boolean |