Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
Event.stop(Event evt)
Stops the event propagation of the specified event.
|
static Event |
Event.zk(Event evt,
Widget wgt)
|
Modifier and Type | Field and Description |
---|---|
Event |
Event.domEvent
The DOM event that causes this widget event, or null if not available.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static Widget |
DnD.getDropTarget(Event evt,
Draggable drag)
Returns the drop target from the event, or the element from the event's
ClientX and ClientY.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
InputCtrl.isIgnoredDragForErrorbox(Draggable dg,
Offset pointer,
Event evt)
Returns whether to ignore the dragdrop for errorbox
|
Modifier and Type | Method and Description |
---|---|
boolean |
SortWidget.sort(String ascending,
Event evt)
Sorts the data.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectWidget.selectAll(boolean notify,
Event evt)
Selects all items.
|
void |
SelectWidget.setSelectAll(boolean notify,
Event evt)
Selects all items.
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.