public class Swipe extends Object
Modifier and Type | Method and Description |
---|---|
void |
$init(Object widget,
DOMElement node,
Map opts)
The Constructor.
|
void |
destroy()
Destroys this swipe-able object.
|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy
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()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.