Uses of Class
jq.Event

Packages that use Event
jq DOM event object and utilities 
zk ZK JavaScript extension and utilities 
zul.inp The input related widgets, such as textbox and combobox. 
zul.mesh The two-dimensional mesh related widgets. 
zul.sel The selectable widgets, such as listbox and tree. 
 

Uses of Event in jq
 

Methods in jq with parameters of type Event
static void Event.stop(Event evt)
          Stops the event propagation of the specified event.
static Event Event.zk(Event evt, Widget wgt)
          Converts a DOM event (Event) to a ZK event (Event).
 

Uses of Event in zk
 

Fields in zk declared as Event
 Event Event.domEvent
          The DOM event that causes this widget event, or null if not available.
 

Methods in zk with parameters of type Event
 void Event.$init(Widget target, String name, Object data, Map opts, Event domEvent)
          Constructor.
static Widget DnD.getDrop(Draggable drag, Offset pt, Event evt)
          Returns the widget to drop to.
 

Uses of Event in zul.inp
 

Methods in zul.inp with parameters of type Event
static boolean InputCtrl.isIgnoredDragForErrorbox(Draggable dg, Offset pointer, Event evt)
          Returns whether to ignore the dragdrop for errorbox
 

Uses of Event in zul.mesh
 

Methods in zul.mesh with parameters of type Event
 boolean SortWidget.sort(String ascending, Event evt)
          Sorts the data.
 

Uses of Event in zul.sel
 

Methods in zul.sel with parameters of type Event
 void SelectWidget.selectAll(boolean notify, Event evt)
          Selects all items.
 void SelectWidget.setSelectAll(boolean notify, Event evt)
          Selects all items.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo