|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.resizable.ResizableContainment
public class ResizableContainment
$Id: ResizableContainment.java
Bean for the containment option for the Resizable behavior
Nested Class Summary | |
---|---|
static class |
ResizableContainment.ElementEnum
|
Constructor Summary | |
---|---|
ResizableContainment(LiteralOption selector)
Constructor |
|
ResizableContainment(ResizableContainment.ElementEnum elementEnumParam)
Constructor |
|
ResizableContainment(String objectParam)
Constructor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResizableContainment(ResizableContainment.ElementEnum elementEnumParam)
elementEnumParam
- elementEnum parameterpublic ResizableContainment(String objectParam)
objectParam
- object parameter (Element or Selector)public ResizableContainment(LiteralOption selector)
selector
- SelectorMethod Detail |
---|
public ResizableContainment.ElementEnum getElementEnumParamParam()
public String getElementOrSelectorParam()
public LiteralOption getSelector()
public CharSequence getJavascriptOption()
IComplexOption
getJavascriptOption
in interface IComplexOption
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
- Selector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |