Package | Description |
---|---|
_global_ |
The global namespace in JavaScript (i.e., the
window object). |
jq |
DOM event object and utilities
|
zk |
ZK JavaScript extension and utilities
|
zkex.grid |
Additional grid related widgets, such as detail and group.
|
zkmax.inp | |
zkmax.layout |
Additional layout related widgets, such as portallayout and tablelayout.
|
zul |
The container related widgets, such as window, groupbox, tabpanel, panelchildren.
|
zul.db |
The date related widgets, such as datebox and calendar.
|
zul.grid | |
zul.inp |
The input related widgets, such as textbox and combobox.
|
zul.sel |
The selectable widgets, such as listbox and tree.
|
zul.wgt |
The basic widgets, such as button and div.
|
Modifier and Type | Method and Description |
---|---|
static void |
zAu.addAuRequest(Desktop dt,
Event aureq)
Add the AU request to the ajax queue.
|
static String |
zAu.beforeSend(String uri,
Event aureq,
Desktop dt)
Called before sending an AU request.
|
static String |
zAu.encode(int j,
Event aureq,
Desktop dt)
Returns the content to send to the server.
|
static void |
zAu.send(Event aureq,
int timeout)
Sends an AU request and appends it to the end if there is other pending
AU requests.
|
static void |
zAu.sendAhead(Event aureq,
int timeout)
Sends an AU request by placing in front of any other pending request.
|
Modifier and Type | Method and Description |
---|---|
static Event |
Event.zk(Event evt,
Widget wgt)
|
Modifier and Type | Method and Description |
---|---|
Event |
Widget.fire(String evtnm,
Object data,
Map opts,
int timeout)
Fire a widget event.
|
Event |
Widget.fireX(Event evt,
int timeout)
Fire a widget event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Widget.beforeSendAU_(Widget wgt,
Event evt)
Callback before sending an AU request.
|
protected void |
Widget.doBlur_(Event evt)
A utility to simplify the listening of
onBlur . |
protected void |
Widget.doClick_(Event evt)
Called when the user clicks on a widget or a child widget.
|
protected void |
Widget.doDoubleClick_(Event evt)
Called when the user double-clicks on a widget or a child widget.
|
protected void |
Widget.doFocus_(Event evt)
A utility to simplify the listening of
onFocus . |
protected void |
Widget.doKeyDown_(Event evt)
Called when the user presses down a key when this widget has the focus (
Widget.focus(int) ). |
protected void |
Widget.doKeyPress_(Event evt)
Called when the user presses a key when this widget has the focus (
Widget.focus(int) ). |
protected void |
Widget.doKeyUp_(Event evt)
Called when the user presses up a key when this widget has the focus (
Widget.focus(int) ). |
protected void |
Widget.doMouseDown_(Event evt)
Called when the user presses down the mouse button on this widget (or one of its child widget).
|
protected void |
Widget.doMouseMove_(Event evt)
Called when the user moves the mouse pointer over this widget (or one of its child widget).
|
protected void |
Widget.doMouseOut_(Event evt)
Called when the user moves the mouse pointer out of a widget (or one of its child widget).
|
protected void |
Widget.doMouseOver_(Event evt)
Called when the user moves the mouse pointer on top of a widget (or one of its child widget).
|
protected void |
Widget.doMouseUp_(Event evt)
Called when the user presses up the mouse button on this widget (or one of its child widget).
|
protected void |
Widget.doPaste_(Event evt)
Called when the user paste text to this widget which has been the focused (
Widget.focus(int) ). |
protected void |
Widget.doRightClick_(Event evt)
Called when the user right-clicks on a widget or a child widget.
|
protected void |
Widget.doSelect_(Event evt)
Called when the user clicks or right-clicks on widget or a child widget.
|
protected void |
Widget.doSwipe_(Event evt)
Called when the user swipe left/right/up/down this widget.
|
Event |
Widget.fireX(Event evt,
int timeout)
Fire a widget event.
|
protected void |
Widget.onDrop_(Draggable drag,
Event evt)
Called to fire the onDrop event.
|
protected void |
Widget.sendAU_(Event evt,
int timeout)
Sends an AU request to the server.
|
protected boolean |
Widget.shallIgnoreClick_(Event the)
Check whether to ignore the click which might be caused by
Widget.doClick_(zk.Event)
Widget.doRightClick_(zk.Event) , or Widget.doDoubleClick_(zk.Event) . |
Modifier and Type | Method and Description |
---|---|
void |
Detail.onStripe(Event evt)
A callback function for changing stripe
|
Modifier and Type | Method and Description |
---|---|
protected void |
Timepicker.enterPressed_(Event evt)
Called when the user presses enter when this widget has the focus (
Widget.focus(int) ). |
protected void |
Timepicker.escPressed_(Event evt)
Called when the user presses escape key when this widget has the focus (
Widget.focus(int) ). |
Modifier and Type | Method and Description |
---|---|
protected void |
Orgnode.doSelect_(Event event)
Select on icon will toggle open state of Orgitem that owning this node,
otherwise, it will toggle selected state of Orgitem that owning this node.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
Widget.afterKeyDown_(Event evt,
boolean simulated)
Called after
Widget.doKeyDown_(zk.Event) is called and the event
propagation is not stopped. |
protected boolean |
Widget.beforeCtrlKeys_(Event evt)
Called before a control key is pressed.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Datebox.enterPressed_(Event evt)
Called when the user presses enter when this widget has the focus (
Widget.focus(int) ). |
protected void |
Datebox.escPressed_(Event evt)
Called when the user presses escape key when this widget has the focus (
Widget.focus(int) ). |
Modifier and Type | Method and Description |
---|---|
boolean |
Column.group(boolean ascending,
Event evt)
Groups and sorts the rows (
Row ) based on
SortWidget.getSortAscending() . |
Modifier and Type | Method and Description |
---|---|
protected void |
ComboWidget.enterPressed_(Event evt)
Called when the user presses enter when this widget has the focus (
Widget.focus(int) ). |
protected void |
ComboWidget.escPressed_(Event evt)
Called when the user presses escape key when this widget has the focus (
Widget.focus(int) ). |
Modifier and Type | Method and Description |
---|---|
boolean |
Listheader.group(boolean ascending,
Event evt)
Groups and sorts the items (
Listitem ) based on
SortWidget.getSortAscending() . |
protected int |
SelectWidget.shallIgnoreSelect_(Event evt,
ItemWidget row)
Returns whether to ignore the selection.
|
protected boolean |
Tree.shallIgnoreSelect_(Event evt,
ItemWidget row)
Returns whether to ignore the selection.
|
Modifier and Type | Method and Description |
---|---|
void |
Popup.onSyncScroll(Event evt)
Reset the position on scroll
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.