|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.draggable.DraggableHelper
public class DraggableHelper
$Id: DraggableHelper.java
Bean for the helper option for the Draggable behavior
Nested Class Summary | |
---|---|
static class |
DraggableHelper.HelperEnum
|
Field Summary | |
---|---|
static DraggableHelper |
CLONE
Clone helper |
static DraggableHelper |
ORIGINAL
Original helper |
Constructor Summary | |
---|---|
DraggableHelper(DraggableHelper.HelperEnum helperEnumParam)
Constructor |
|
DraggableHelper(JsScope functionParam)
Constructor |
Method Summary | |
---|---|
JsScope |
getFunctionParam()
|
DraggableHelper.HelperEnum |
getHelperEnumParam()
|
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option |
void |
setFunctionParam(JsScope functionParam)
Set's the function parameter |
void |
setHelperEnumParam(DraggableHelper.HelperEnum helperEnumParam)
Set's the HelperEnum parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DraggableHelper CLONE
public static final DraggableHelper ORIGINAL
Constructor Detail |
---|
public DraggableHelper(DraggableHelper.HelperEnum helperEnumParam)
helperEnumParam
- HelperEnum parameterpublic DraggableHelper(JsScope functionParam)
functionParam
- Function parameterMethod Detail |
---|
public DraggableHelper.HelperEnum getHelperEnumParam()
public JsScope getFunctionParam()
public CharSequence getJavascriptOption()
IComplexOption
getJavascriptOption
in interface IComplexOption
public void setHelperEnumParam(DraggableHelper.HelperEnum helperEnumParam)
helperEnumParam
- the HelperEnum to setpublic void setFunctionParam(JsScope functionParam)
functionParam
- the JsScope to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |