Events: Difference between revisions

No edit summary
 
No edit summary
Line 1: Line 1:
[[DHTML Widget Toolkit]]
[[Zimbra AjaxTk]]->[[DHTML Widget Toolkit]]
 
---
 


== Overview ==
== Overview ==
Line 11: Line 10:
in the DWT events package are the different event classes exposed by the toolkit. We will discuss
in the DWT events package are the different event classes exposed by the toolkit. We will discuss
DwtMouseEventCapture before introducing the event classes.
DwtMouseEventCapture before introducing the event classes.
== Events ==
DwtControlEvent
DwtDateRangeEvent
DwtDisposeEvent
DwtEvent
DwtHtmlEditorStateEvent
DwtKeyEvent
DwtListViewActionEvent
DwtMouseEvent
[[DwtSelectionEvent]]
DwtTreeEvent
DwtUiEvent

Revision as of 07:25, 5 April 2006

Zimbra AjaxTk->DHTML Widget Toolkit ---

Overview

The DWT event model extends the AjaxTK event model. DWT events should not be confused with the events generated by the browser (e.g. mouse, keyboard, and resize events). While these events are trapped by DWT and mapped to a canonical form, they are just a subset of the events that the toolkit generates. With the exception of DwtMouseEventCapture, the rest of the classes in the DWT events package are the different event classes exposed by the toolkit. We will discuss DwtMouseEventCapture before introducing the event classes.


Events

DwtControlEvent

DwtDateRangeEvent

DwtDisposeEvent

DwtEvent

DwtHtmlEditorStateEvent

DwtKeyEvent

DwtListViewActionEvent

DwtMouseEvent

DwtSelectionEvent

DwtTreeEvent

DwtUiEvent

Jump to: navigation, search