Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
eventType : String | EventDetails | ||
handlerFunction : Function | EventDetails | ||
priority : int | EventDetails | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
useCapture : Boolean | EventDetails | ||
useWeekRef : Boolean | EventDetails |
Public Methods
Method | Defined By | ||
---|---|---|---|
EventDetails | |||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
eventType | property |
public var eventType:String
handlerFunction | property |
public var handlerFunction:Function
priority | property |
public var priority:int
useCapture | property |
public var useCapture:Boolean
useWeekRef | property |
public var useWeekRef:Boolean
Constructor Detail
EventDetails | () | Constructor |
public function EventDetails(type:String, handler:Function, useCapture:Boolean = false, priority:int = 0, useWeekReferance:Boolean = false)
Parameters
type:String | |
handler:Function | |
useCapture:Boolean (default = false )
| |
priority:int (default = 0 )
| |
useWeekReferance:Boolean (default = false )
|
Fri Mar 19 2010, 02:45 AM -07:00