public class DraggableHelper extends Object implements IComplexOption
Bean for the helper option for the Draggable behavior
| Modifier and Type | Class and Description |
|---|---|
static class |
DraggableHelper.HelperEnum |
| Modifier and Type | Field and Description |
|---|---|
static DraggableHelper |
CLONE
Clone helper
|
static DraggableHelper |
ORIGINAL
Original helper
|
| Constructor and Description |
|---|
DraggableHelper(DraggableHelper.HelperEnum helperEnumParam)
Constructor
|
DraggableHelper(JsScope functionParam)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public static final DraggableHelper CLONE
public static final DraggableHelper ORIGINAL
public DraggableHelper(DraggableHelper.HelperEnum helperEnumParam)
helperEnumParam - HelperEnum parameterpublic DraggableHelper(JsScope functionParam)
functionParam - Function parameterpublic DraggableHelper.HelperEnum getHelperEnumParam()
public JsScope getFunctionParam()
public CharSequence getJavascriptOption()
IComplexOptiongetJavascriptOption in interface IComplexOptionpublic void setHelperEnumParam(DraggableHelper.HelperEnum helperEnumParam)
helperEnumParam - the HelperEnum to setpublic void setFunctionParam(JsScope functionParam)
functionParam - the JsScope to setCopyright © 2009-2012. All Rights Reserved.