public class AccordionAnimated extends Object implements IComplexOption
Bean for the animated option for the Accordion component
| Constructor and Description |
|---|
AccordionAnimated(Boolean booleanParam)
Constructor
|
AccordionAnimated(String effectParam)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBooleanParam() |
String |
getEffectPAram() |
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option
|
void |
setBooleanParam(Boolean booleanParam)
Set's the boolean parameter
|
void |
setEffectParam(String effectParam)
Set's the effect parameter
|
public AccordionAnimated(Boolean booleanParam)
booleanParam - Boolean parameterpublic AccordionAnimated(String effectParam)
effectParam - Effect parameterpublic Boolean getBooleanParam()
public String getEffectPAram()
public CharSequence getJavascriptOption()
IComplexOptiongetJavascriptOption in interface IComplexOptionpublic void setBooleanParam(Boolean booleanParam)
booleanParam - the boolean to setpublic void setEffectParam(String effectParam)
effectParam - the effect to setCopyright © 2009-2012. All Rights Reserved.