public class SortableContainment extends Object implements IComplexOption
Bean for the containment option for the Sortable behavior
| Modifier and Type | Class and Description |
|---|---|
static class |
SortableContainment.ElementEnum |
| Constructor and Description |
|---|
SortableContainment(LiteralOption selector)
Constructor
|
SortableContainment(SortableContainment.ElementEnum elementEnumParam)
Constructor
|
SortableContainment(String objectParam)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public SortableContainment(SortableContainment.ElementEnum elementEnumParam)
elementEnumParam - elementEnum parameterpublic SortableContainment(String objectParam)
objectParam - object parameter (Element or Selector)public SortableContainment(LiteralOption selector)
selector - Selectorpublic SortableContainment.ElementEnum getElementEnumParamParam()
public String getElementOrSelectorParam()
public LiteralOption getSelector()
public CharSequence getJavascriptOption()
getJavascriptOption in interface IComplexOptionIComplexOption.getJavascriptOption()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 - SelectorCopyright © 2009-2012. All Rights Reserved.