Class |
UIEvent | |||||||||||||||||||||||||||||||||||||||||||||||||||
Encapsulates input event information for an event that propagates through a container and control hierarchy. Implements W3C standard event handling. This object is passed to a function that you register to respond to events of a certain type that occur in a window or control. Use windowObj.addEventListener() or controlObj.addEventListener() to register a handler function. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
QuickLinks |
UIEvent, initEvent, initUIEvent, preventDefault, stopPropagation | |||||||||||||||||||||||||||||||||||||||||||||||||||
Properties |
| |||||||||||||||||||||||||||||||||||||||||||||||||||
Methods | ConstructorUIEvent UIEvent (type:
String[, captures:
Boolean=false][, bubbles:
Boolean=false][, view:
Object][, detail:
Number])
Instancesvoid initEvent (type:
String[, captures:
Boolean=false][, bubbles:
Boolean=false][, cancelable:
Boolean=false])
void initUIEvent (type:
String[, captures:
Boolean=false][, bubbles:
Boolean=false][, view:
Object][, detail:
Number])
void preventDefault () void stopPropagation () | |||||||||||||||||||||||||||||||||||||||||||||||||||
Return |
UIEvent UIEvent.UIEvent (type: String[, captures: Boolean=false][, bubbles: Boolean=false][, view: Object][, detail: Number]) UIEvent Window (SUI).dispatchEvent () |
Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |