Package | Top Level |
Class | public class Theme |
Inheritance | Theme ![]() |
Implements | flash.events.IEventDispatcher |
Property | Defined By | ||
---|---|---|---|
isTheme2013 : Boolean [static] | Theme | ||
staticEventDispatcher : IEventDispatcher [static] [read-only] | Theme |
Method | Defined By | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void | Theme | ||
dispatchEvent(event:Event):Boolean | Theme | ||
hasEventListener(type:String):Boolean | Theme | ||
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void | Theme | ||
willTrigger(type:String):Boolean | Theme |
isTheme2013 | property |
isTheme2013:Boolean
This property can be used as the source for data binding.
public static function get isTheme2013():Boolean
public static function set isTheme2013(value:Boolean):void
staticEventDispatcher | property |
staticEventDispatcher:IEventDispatcher
[read-only] public static function get staticEventDispatcher():IEventDispatcher
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 |