Zimlet JavaScript API Reference - DwtEvent

Class DwtEvent


This class is the base class of all DWT events.

Defined in: DwtEvent.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
DwtEvent(__init)
Field Summary
Field Attributes Field Name and Description
<static>  
DwtEvent.ACTION
Action event.
<static>  
DwtEvent.CONTROL
Control event.
<static>  
DwtEvent.DATE_RANGE
Date Range events are fired by the DwtCalendar widget.
<static>  
DwtEvent.DISPOSE
The dispose event is fired when the DwtControl#dispose method of a control is called.
 
The Dwt object that generated the event
<static>  
DwtEvent.HOVEROUT
This event is fired when the mouse stops hovering over a control.
<static>  
DwtEvent.HOVEROVER
This event is fired when the mouse hovers over a control for a certain period of time.
<static>  
DwtEvent.KEY_EVENTS
An array of key event types.
<static>  
DwtEvent.MOUSE_EVENTS
An array of mouse event types.
<static>  
DwtEvent.ONBLUR
Browser "onblur" event.
<static>  
DwtEvent.ONCHANGE
Browser "onchange" event.
<static>  
DwtEvent.ONCLICK
Browser "onclick" event.
<static>  
DwtEvent.ONCONTEXTMENU
Browser "oncontextmenu" event.
<static>  
DwtEvent.ONCUT
Browser "oncut" event.
<static>  
DwtEvent.ONDBLCLICK
Browser double-click event "ondblclick" event.
<static>  
DwtEvent.ONFOCUS
Browser "onfocus" event.
<static>  
DwtEvent.ONINPUT
Browser "oninput" event is fired synchronously when the value of an or