|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.resizable.ResizableAspectRatio
public class ResizableAspectRatio
$Id: ResizableAspectRatio.java
Bean for the aspectRatio option for the Resizable behavior
Constructor Summary | |
---|---|
ResizableAspectRatio(Boolean booleanParam)
Constructor |
|
ResizableAspectRatio(Float floatParam)
Constructor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResizableAspectRatio(Boolean booleanParam)
booleanParam
- Boolean parameterpublic ResizableAspectRatio(Float floatParam)
floatParam
- Float parameterMethod Detail |
---|
public Boolean getBooleanParam()
public Float getFloatParam()
public CharSequence getJavascriptOption()
IComplexOption
getJavascriptOption
in interface IComplexOption
public void setBooleanParam(Boolean booleanParam)
booleanParam
- the boolean to setpublic void setFloatParam(Float floatParam)
floatParam
- the float to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |