Packagecom.flexicious.utils
Classpublic class StringRepo
InheritanceStringRepo Inheritance Object
Implements flash.events.IEventDispatcher

A repository for all strings.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Property Detail
AUTO_REFRESHproperty
AUTO_REFRESH:String

This property can be used as the source for data binding.


Implementation
    public static function get AUTO_REFRESH():String
    public static function set AUTO_REFRESH(value:String):void
AUTO_REFRESH_DATE_FRMTproperty 
AUTO_REFRESH_DATE_FRMT:String

This property can be used as the source for data binding.


Implementation
    public static function get AUTO_REFRESH_DATE_FRMT():String
    public static function set AUTO_REFRESH_DATE_FRMT(value:String):void
AUTO_REFRESH_LAST_UPDATED_ONproperty 
AUTO_REFRESH_LAST_UPDATED_ON:String

This property can be used as the source for data binding.


Implementation
    public static function get AUTO_REFRESH_LAST_UPDATED_ON():String
    public static function set AUTO_REFRESH_LAST_UPDATED_ON(value:String):void
staticEventDispatcherproperty 
staticEventDispatcher:IEventDispatcher  [read-only]


Implementation
    public static function get staticEventDispatcher():IEventDispatcher
Constructor Detail
StringRepo()Constructor
public function StringRepo()



Method Detail
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

Returns
Boolean
hasEventListener()method 
public function hasEventListener(type:String):Boolean

Parameters

type:String

Returns
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

Returns
Boolean