Package | com.flexicious.persistence |
Class | public class PreferenceInfo |
Inheritance | PreferenceInfo Object |
Implements | flash.events.IEventDispatcher |
Property | Defined By | ||
---|---|---|---|
isSystemPref : Boolean
These cannot be deleted
| PreferenceInfo | ||
name : String
Name of the preference
| PreferenceInfo | ||
preferences : String
The actual text (or xml) of preferences. | PreferenceInfo |
Method | Defined By | ||
---|---|---|---|
PreferenceInfo | |||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void | PreferenceInfo | ||
dispatchEvent(event:Event):Boolean | PreferenceInfo | ||
hasEventListener(type:String):Boolean | PreferenceInfo | ||
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void | PreferenceInfo | ||
willTrigger(type:String):Boolean | PreferenceInfo |
isSystemPref | property |
isSystemPref:Boolean
These cannot be deleted
This property can be used as the source for data binding.
public function get isSystemPref():Boolean
public function set isSystemPref(value:Boolean):void
name | property |
name:String
Name of the preference
This property can be used as the source for data binding.
public function get name():String
public function set name(value:String):void
preferences | property |
preferences:String
The actual text (or xml) of preferences.
This property can be used as the source for data binding.
public function get preferences():String
public function set preferences(value:String):void
PreferenceInfo | () | Constructor |
public function PreferenceInfo()
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 |