|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.Swipe
public class Swipe
A swipe object used to make a DOM element swipe-able.
| Field Summary |
|---|
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
void |
$init(Object widget,
DOMElement node,
Map opts)
The Constructor. |
void |
destroy()
Destroys this swipe-able object. |
| Methods inherited from class zk.Object |
|---|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void $init(Object widget,
DOMElement node,
Map opts)
widget - the object for swipe.
It can be anything, but it is usually a widget (Widget).node - [optional] the DOM element that is made to be swipe-able.
If omitted and widget is a widget, Widget.$n(_global_.String) is assumed.opts - [optional] options. Allowed options:
public void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||