public class ResizableAspectRatio extends Object implements IComplexOption
Bean for the aspectRatio option for the Resizable behavior
| Constructor and Description |
|---|
ResizableAspectRatio(Boolean booleanParam)
Constructor
|
ResizableAspectRatio(Float floatParam)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBooleanParam() |
Float |
getFloatParam() |
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option
|
void |
setBooleanParam(Boolean booleanParam)
Set's the boolean parameter
|
void |
setFloatParam(Float floatParam)
Set's the float parameter
|
public ResizableAspectRatio(Boolean booleanParam)
booleanParam - Boolean parameterpublic ResizableAspectRatio(Float floatParam)
floatParam - Float parameterpublic Boolean getBooleanParam()
public Float getFloatParam()
public CharSequence getJavascriptOption()
IComplexOptiongetJavascriptOption in interface IComplexOptionpublic void setBooleanParam(Boolean booleanParam)
booleanParam - the boolean to setpublic void setFloatParam(Float floatParam)
floatParam - the float to setCopyright © 2009-2012. All Rights Reserved.