Package | Description |
---|---|
_global_ |
The global namespace in JavaScript (i.e., the
window object). |
zk |
ZK JavaScript extension and utilities
|
Modifier and Type | Method and Description |
---|---|
jq |
jq.replaceWith(Widget widget,
Desktop desktop,
Skipper skipper)
Replaces the match elements with the specified HTML, DOM or
Widget . |
Modifier and Type | Field and Description |
---|---|
static Skipper |
Skipper.nonCaptionSkipper
An instance of
Skipper that can be used to skip the rerendering of child widgets except the caption. |
Modifier and Type | Method and Description |
---|---|
protected void |
Widget.bind_(Desktop dt,
Skipper skipper,
Array after,
boolean bindSelfOnly)
Callback when this widget is bound (aka., attached) to the DOM tree.
|
Widget |
Widget.bind(Desktop desktop,
Skipper skipper,
boolean bindSelfOnly)
Binds this widget.
|
protected void |
Widget.bindChildren_(Desktop dt,
Skipper skipper,
Array after)
Binds the children of this widget.
|
void |
Widget.bindMissingAncestors(Desktop desktop,
Skipper skipper)
Recursively bind ancestors that are currently unbound (i.e., `desktop` is falsy).
|
protected String |
Widget.redrawHTML_(Skipper skipper,
boolean trim)
Returns the HTML fragment of this widget.
|
protected void |
Widget.replaceChildHTML_(Widget child,
DOMElement n,
Desktop dt,
Skipper skipper)
Replaces the DOM element(s) of the specified child widget.
|
Widget |
Widget.replaceHTML(Object n,
Desktop desktop,
Skipper skipper)
Replaces the specified DOM element with the HTML content generated this widget.
|
void |
Widget.replaceWidget(Widget newwgt,
Skipper skipper)
Replaces this widget with the specified one.
|
Widget |
Widget.rerender(Skipper skipper)
Re-renders the DOM element(s) of this widget.
|
protected void |
Widget.rerenderNow_(Skipper skipper)
Forces the delaied rerendering children or itself to do now.
|
protected void |
Widget.unbind_(Skipper skipper,
Array after,
boolean keepRod)
Callback when a widget is unbound (aka., detached) from the DOM tree.
|
Widget |
Widget.unbind(Skipper skipper,
boolean keepRod)
Unbinds this widget.
|
protected void |
Widget.unbindChildren_(Skipper skipper,
Array after,
boolean keepRod)
Unbinds the children of this widget.
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.