|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--draw2d.Event
Defined in events.js
| Constructor Summary | |
draw2d.Event
()
|
|
| Method Summary | |
void
|
initEvent(sType , bCancelable )
Initializes the event object with information for the event. |
void
|
preventDefault()
Prevents the default behavior for an event. |
<static> void
|
fireDOMEvent(eventType, element)
Static function. |
| Constructor Detail |
draw2d.Event()
| Method Detail |
void initEvent(sType , bCancelable )
sType - The type of event encapsulated by the object.
bCancelable - True if the event can be cancelled.
void preventDefault()
<static> void fireDOMEvent(eventType, element)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||