|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Skipper | |
|---|---|
| _global_ | The global namespace in JavaScript (i.e., the window object). |
| zk | ZK JavaScript extension and utilities |
| Uses of Skipper in _global_ |
|---|
| Methods in _global_ with parameters of type Skipper | |
|---|---|
jq |
jq.replaceWith(Widget widget,
Desktop desktop,
Skipper skipper)
Replaces the match elements with the specified HTML, DOM or Widget. |
| Uses of Skipper in zk |
|---|
| Fields in zk declared as Skipper | |
|---|---|
static Skipper |
Skipper.nonCaptionSkipper
An instance of Skipper that can be used to skip the rerendering of child widgets except the caption. |
| Methods in zk with parameters of type Skipper | |
|---|---|
protected void |
Widget.bind_(Desktop dt,
Skipper skipper,
Array after)
Callback when this widget is bound (aka., attached) to the DOM tree. |
Widget |
Widget.bind(Desktop dt,
Skipper skipper)
Binds this widget. |
protected void |
Widget.bindChildren_(Desktop dt,
Skipper skipper,
Array after)
Binds the children of this widget. |
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. |
Widget |
Widget.rerender(Skipper skipper)
Re-renders the DOM element(s) of this widget. |
protected void |
Widget.unbind_(Skipper skipper,
Array after)
Callback when a widget is unbound (aka., detached) from the DOM tree. |
Widget |
Widget.unbind(Desktop dt,
Skipper skipper)
Unbinds this widget. |
protected void |
Widget.unbindChildren_(Skipper skipper,
Array after)
Unbinds the children of this widget. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||