public class AccordionActive extends Object implements IComplexOption
Bean for the active option into the Accordion component
| Constructor and Description |
|---|
AccordionActive(Boolean booleanParam)
Constructor
|
AccordionActive(Integer intParam)
Constructor
|
AccordionActive(LiteralOption selector)
Constructor
|
AccordionActive(String jQueryParam)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIntParam() |
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option
|
String |
getJQueryParam() |
LiteralOption |
getSelector() |
LiteralOption |
getSelectorOrElementParam()
Deprecated.
will be removed in 1.4
|
boolean |
isBooleanParam() |
void |
setBooleanParam(boolean booleanParam)
Set's the boolean parameter
|
void |
setIntParam(int intParam)
Set's the int parameter
|
void |
setJQueryParam(String queryParam)
Set's the jQuery parameter
|
void |
setSelector(LiteralOption selector)
Set's the selector
|
void |
setSelectorOrElementParam(LiteralOption selectorOrElementParam)
Deprecated.
will be removed in 1.4
|
public AccordionActive(Boolean booleanParam)
booleanParam - Boolean parameterpublic AccordionActive(Integer intParam)
intParam - Integer parameterpublic AccordionActive(LiteralOption selector)
selector - Selector parameterpublic AccordionActive(String jQueryParam)
jQueryParam - jQuery parameterpublic boolean isBooleanParam()
public int getIntParam()
public LiteralOption getSelectorOrElementParam()
public LiteralOption getSelector()
public CharSequence getJavascriptOption()
IComplexOptiongetJavascriptOption in interface IComplexOptionpublic String getJQueryParam()
public void setBooleanParam(boolean booleanParam)
booleanParam - the booleanParam to setpublic void setIntParam(int intParam)
intParam - the intParam to setpublic void setJQueryParam(String queryParam)
queryParam - the jQueryParam to setpublic void setSelectorOrElementParam(LiteralOption selectorOrElementParam)
selectorOrElementParam - the selectorOrElementParam to setpublic void setSelector(LiteralOption selector)
selector - the selector to setCopyright © 2009-2012. All Rights Reserved.