Packagecom.flexicious.components
Classpublic class IconRepository
InheritanceIconRepository Inheritance Object
Implements flash.events.IEventDispatcher

A generic class meant to expose the icons built into the dashboard swc.



Public Properties
 PropertyDefined By
  close : Class
[static]
IconRepository
  collapse : Class
[static]
IconRepository
  dashlets : Class
[static]
IconRepository
  dividerGrip : Class
[static]
IconRepository
  draggrip : Class
[static]
IconRepository
  expand : Class
[static]
IconRepository
  grid : Class
[static]
IconRepository
  maximize : Class
[static]
IconRepository
  minimize : Class
[static]
IconRepository
  pdf : Class
[static]
IconRepository
  print : Class
[static]
IconRepository
  refresh : Class
[static]
IconRepository
  resize : Class
[static]
IconRepository
  restore : Class
[static]
IconRepository
  saveSettings : Class
[static]
IconRepository
  staticEventDispatcher : IEventDispatcher
[static] [read-only]
IconRepository
  titlebar : Class
[static]
IconRepository
Public Methods
 MethodDefined By
  
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
IconRepository
  
dispatchEvent(event:Event):Boolean
IconRepository
  
hasEventListener(type:String):Boolean
IconRepository
  
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
IconRepository
  
willTrigger(type:String):Boolean
IconRepository
Property Detail
closeproperty
close:Class

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


Implementation
    public static function get close():Class
    public static function set close(value:Class):void
collapseproperty 
collapse:Class

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


Implementation
    public static function get collapse():Class
    public static function set collapse(value:Class):void
dashletsproperty 
dashlets:Class

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


Implementation
    public static function get dashlets():Class
    public static function set dashlets(value:Class):void
dividerGripproperty 
dividerGrip:Class

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


Implementation
    public static function get dividerGrip():Class
    public static function set dividerGrip(value:Class):void
draggripproperty 
draggrip:Class

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


Implementation
    public static function get draggrip():Class
    public static function set draggrip(value:Class):void
expandproperty 
expand:Class

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


Implementation
    public static function get expand():Class
    public static function set expand(value:Class):void
gridproperty 
grid:Class

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


Implementation
    public static function get grid():Class
    public static function set grid(value:Class):void
maximizeproperty 
maximize:Class

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


Implementation
    public static function get maximize():Class
    public static function set maximize(value:Class):void
minimizeproperty 
minimize:Class

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


Implementation
    public static function get minimize():Class
    public static function set minimize(value:Class):void
pdfproperty 
pdf:Class

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


Implementation
    public static function get pdf():Class
    public static function set pdf(value:Class):void
printproperty 
print:Class

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


Implementation
    public static function get print():Class
    public static function set print(value:Class):void
refreshproperty 
refresh:Class

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


Implementation
    public static function get refresh():Class
    public static function set refresh(value:Class):void
resizeproperty 
resize:Class

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


Implementation
    public static function get resize():Class
    public static function set resize(value:Class):void
restoreproperty 
restore:Class

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


Implementation
    public static function get restore():Class
    public static function set restore(value:Class):void
saveSettingsproperty 
saveSettings:Class

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


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


Implementation
    public static function get staticEventDispatcher():IEventDispatcher
titlebarproperty 
titlebar:Class

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


Implementation
    public static function get titlebar():Class
    public static function set titlebar(value:Class):void
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