Package | com.flexicious.components |
Class | public class IconRepository |
Inheritance | IconRepository ![]() |
Implements | flash.events.IEventDispatcher |
Property | Defined 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 |
Method | Defined 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 |
close | property |
close:Class
This property can be used as the source for data binding.
public static function get close():Class
public static function set close(value:Class):void
collapse | property |
collapse:Class
This property can be used as the source for data binding.
public static function get collapse():Class
public static function set collapse(value:Class):void
dashlets | property |
dashlets:Class
This property can be used as the source for data binding.
public static function get dashlets():Class
public static function set dashlets(value:Class):void
dividerGrip | property |
dividerGrip:Class
This property can be used as the source for data binding.
public static function get dividerGrip():Class
public static function set dividerGrip(value:Class):void
draggrip | property |
draggrip:Class
This property can be used as the source for data binding.
public static function get draggrip():Class
public static function set draggrip(value:Class):void
expand | property |
expand:Class
This property can be used as the source for data binding.
public static function get expand():Class
public static function set expand(value:Class):void
grid | property |
grid:Class
This property can be used as the source for data binding.
public static function get grid():Class
public static function set grid(value:Class):void
maximize | property |
maximize:Class
This property can be used as the source for data binding.
public static function get maximize():Class
public static function set maximize(value:Class):void
minimize | property |
minimize:Class
This property can be used as the source for data binding.
public static function get minimize():Class
public static function set minimize(value:Class):void
property |
pdf:Class
This property can be used as the source for data binding.
public static function get pdf():Class
public static function set pdf(value:Class):void
property |
print:Class
This property can be used as the source for data binding.
public static function get print():Class
public static function set print(value:Class):void
refresh | property |
refresh:Class
This property can be used as the source for data binding.
public static function get refresh():Class
public static function set refresh(value:Class):void
resize | property |
resize:Class
This property can be used as the source for data binding.
public static function get resize():Class
public static function set resize(value:Class):void
restore | property |
restore:Class
This property can be used as the source for data binding.
public static function get restore():Class
public static function set restore(value:Class):void
saveSettings | property |
saveSettings:Class
This property can be used as the source for data binding.
public static function get saveSettings():Class
public static function set saveSettings(value:Class):void
staticEventDispatcher | property |
staticEventDispatcher:IEventDispatcher
[read-only] public static function get staticEventDispatcher():IEventDispatcher
titlebar | property |
titlebar:Class
This property can be used as the source for data binding.
public static function get titlebar():Class
public static function set titlebar(value:Class):void
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 |