| Package | com.flexicious.utils |
| Class | public class StringRepo |
| Inheritance | StringRepo Object |
| Implements | flash.events.IEventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| AUTO_REFRESH : String [static] | StringRepo | ||
| AUTO_REFRESH_DATE_FRMT : String [static] | StringRepo | ||
| AUTO_REFRESH_LAST_UPDATED_ON : String [static] | StringRepo | ||
| staticEventDispatcher : IEventDispatcher [static] [read-only] | StringRepo | ||
| Method | Defined By | ||
|---|---|---|---|
| StringRepo | |||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void | StringRepo | ||
dispatchEvent(event:Event):Boolean | StringRepo | ||
hasEventListener(type:String):Boolean | StringRepo | ||
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void | StringRepo | ||
willTrigger(type:String):Boolean | StringRepo | ||
| AUTO_REFRESH | property |
AUTO_REFRESH:StringThis property can be used as the source for data binding.
public static function get AUTO_REFRESH():String public static function set AUTO_REFRESH(value:String):void| AUTO_REFRESH_DATE_FRMT | property |
AUTO_REFRESH_DATE_FRMT:StringThis property can be used as the source for data binding.
public static function get AUTO_REFRESH_DATE_FRMT():String public static function set AUTO_REFRESH_DATE_FRMT(value:String):void| AUTO_REFRESH_LAST_UPDATED_ON | property |
AUTO_REFRESH_LAST_UPDATED_ON:StringThis property can be used as the source for data binding.
public static function get AUTO_REFRESH_LAST_UPDATED_ON():String public static function set AUTO_REFRESH_LAST_UPDATED_ON(value:String):void| staticEventDispatcher | property |
staticEventDispatcher:IEventDispatcher [read-only] public static function get staticEventDispatcher():IEventDispatcher| StringRepo | () | Constructor |
public function StringRepo()| addEventListener | () | method |
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Parameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false) | |
priority:int (default = 0) | |
weakRef:Boolean (default = false) |
| dispatchEvent | () | method |
public function dispatchEvent(event:Event):Boolean
Parameters
event:Event |
Boolean |
| hasEventListener | () | method |
public function hasEventListener(type:String):Boolean
Parameters
type:String |
Boolean |
| removeEventListener | () | method |
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Parameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false) |
| willTrigger | () | method |
public function willTrigger(type:String):Boolean
Parameters
type:String |
Boolean |