public class ResizableAlsoResize extends Object implements IComplexOption
Bean for the 'also resize' option for the Resizable behavior
| Constructor and Description |
|---|
ResizableAlsoResize(LiteralOption literalParam)
Constructor
|
ResizableAlsoResize(String objectParam)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option
|
LiteralOption |
getLiteralParam() |
String |
getObjectParam() |
void |
setLiteralParam(LiteralOption literalParam)
Set's the literal parameter
|
void |
setObjectParam(String objectParam)
Set's the object (jQuery or DOMElement) parameter
|
public ResizableAlsoResize(LiteralOption literalParam)
literalParam - Literal parameterpublic ResizableAlsoResize(String objectParam)
objectParam - object parameter (jQuery or DOMElement)public LiteralOption getLiteralParam()
public String getObjectParam()
public CharSequence getJavascriptOption()
getJavascriptOption in interface IComplexOptionIComplexOption.getJavascriptOption()public void setLiteralParam(LiteralOption literalParam)
literalParam - the literal to setpublic void setObjectParam(String objectParam)
objectParam - the literal to setCopyright © 2009-2012. All Rights Reserved.