|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.sortable.SortableContainment
public class SortableContainment
$Id: SortableContainment.java
Bean for the containment option for the Sortable behavior
Nested Class Summary | |
---|---|
static class |
SortableContainment.ElementEnum
|
Constructor Summary | |
---|---|
SortableContainment(LiteralOption selector)
Constructor |
|
SortableContainment(SortableContainment.ElementEnum elementEnumParam)
Constructor |
|
SortableContainment(String objectParam)
Constructor |
Method Summary | |
---|---|
SortableContainment.ElementEnum |
getElementEnumParamParam()
|
String |
getElementOrSelectorParam()
|
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option |
LiteralOption |
getSelector()
|
void |
setElementEnumParam(SortableContainment.ElementEnum elementEnumParam)
Set's the literal parameter |
void |
setElementOrSelectorParam(String objectParam)
Set's the object (Element or Selector) parameter |
void |
setSelector(LiteralOption selector)
Set's the Selector |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortableContainment(SortableContainment.ElementEnum elementEnumParam)
elementEnumParam
- elementEnum parameterpublic SortableContainment(String objectParam)
objectParam
- object parameter (Element or Selector)public SortableContainment(LiteralOption selector)
selector
- SelectorMethod Detail |
---|
public SortableContainment.ElementEnum getElementEnumParamParam()
public String getElementOrSelectorParam()
public LiteralOption getSelector()
public CharSequence getJavascriptOption()
IComplexOption
getJavascriptOption
in interface IComplexOption
public void setElementEnumParam(SortableContainment.ElementEnum elementEnumParam)
literalParam
- the literal to setpublic void setElementOrSelectorParam(String objectParam)
objectParam
- the literal to setpublic void setSelector(LiteralOption selector)
selector
- Selector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |