public class ResizableContainment extends Object implements IComplexOption
Bean for the containment option for the Resizable behavior
| Modifier and Type | Class and Description |
|---|---|
static class |
ResizableContainment.ElementEnum |
| Constructor and Description |
|---|
ResizableContainment(LiteralOption selector)
Constructor
|
ResizableContainment(ResizableContainment.ElementEnum elementEnumParam)
Constructor
|
ResizableContainment(String objectParam)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ResizableContainment.ElementEnum |
getElementEnumParamParam() |
String |
getElementOrSelectorParam() |
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option
|
LiteralOption |
getSelector() |
void |
setElementEnumParam(ResizableContainment.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 ResizableContainment(ResizableContainment.ElementEnum elementEnumParam)
elementEnumParam - elementEnum parameterpublic ResizableContainment(String objectParam)
objectParam - object parameter (Element or Selector)public ResizableContainment(LiteralOption selector)
selector - Selectorpublic ResizableContainment.ElementEnum getElementEnumParamParam()
public String getElementOrSelectorParam()
public LiteralOption getSelector()
public CharSequence getJavascriptOption()
getJavascriptOption in interface IComplexOptionIComplexOption.getJavascriptOption()public void setElementEnumParam(ResizableContainment.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.