public class SortableHelper extends Object implements IComplexOption
Bean for the helper option for the Sortable behavior
| Modifier and Type | Class and Description |
|---|---|
static class |
SortableHelper.HelperEnum |
| Constructor and Description |
|---|
SortableHelper(JsScope functionParam)
Constructor
|
SortableHelper(SortableHelper.HelperEnum helperEnumParam)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
JsScope |
getFunctionParam() |
SortableHelper.HelperEnum |
getHelperEnumParam() |
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option
|
void |
setFunctionParam(JsScope functionParam)
Set's the function parameter
|
void |
setHelperEnumParam(SortableHelper.HelperEnum helperEnumParam)
Set's the HelperEnum parameter
|
public SortableHelper(SortableHelper.HelperEnum helperEnumParam)
helperEnumParam - HelperEnum parameterpublic SortableHelper(JsScope functionParam)
functionParam - Function parameterpublic SortableHelper.HelperEnum getHelperEnumParam()
public JsScope getFunctionParam()
public CharSequence getJavascriptOption()
getJavascriptOption in interface IComplexOptionIComplexOption.getJavascriptOption()public void setHelperEnumParam(SortableHelper.HelperEnum helperEnumParam)
helperEnumParam - the HelperEnum to setpublic void setFunctionParam(JsScope functionParam)
functionParam - the JsScope to setCopyright © 2009-2012. All Rights Reserved.