|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.sortable.SortableHelper
public class SortableHelper
$Id$
Bean for the helper option for the Sortable behavior
Nested Class Summary | |
---|---|
static class |
SortableHelper.HelperEnum
|
Constructor Summary | |
---|---|
SortableHelper(JsScope functionParam)
Constructor |
|
SortableHelper(SortableHelper.HelperEnum helperEnumParam)
Constructor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortableHelper(SortableHelper.HelperEnum helperEnumParam)
helperEnumParam
- HelperEnum parameterpublic SortableHelper(JsScope functionParam)
functionParam
- Function parameterMethod Detail |
---|
public SortableHelper.HelperEnum getHelperEnumParam()
public JsScope getFunctionParam()
public CharSequence getJavascriptOption()
IComplexOption
getJavascriptOption
in interface IComplexOption
public void setHelperEnumParam(SortableHelper.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 |