|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.accordion.AccordionActive
public class AccordionActive
$Id: AccordionActive.java
Bean for the active option into the Accordion component
Constructor Summary | |
---|---|
AccordionActive(Boolean booleanParam)
Constructor |
|
AccordionActive(Integer intParam)
Constructor |
|
AccordionActive(LiteralOption selector)
Constructor |
|
AccordionActive(String jQueryParam)
Constructor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccordionActive(Boolean booleanParam)
booleanParam
- Boolean parameterpublic AccordionActive(Integer intParam)
intParam
- Integer parameterpublic AccordionActive(LiteralOption selector)
selector
- Selector parameterpublic AccordionActive(String jQueryParam)
jQueryParam
- jQuery parameterMethod Detail |
---|
public boolean isBooleanParam()
public int getIntParam()
@Deprecated public LiteralOption getSelectorOrElementParam()
public LiteralOption getSelector()
public CharSequence getJavascriptOption()
IComplexOption
getJavascriptOption
in interface IComplexOption
public 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 set@Deprecated public void setSelectorOrElementParam(LiteralOption selectorOrElementParam)
selectorOrElementParam
- the selectorOrElementParam to setpublic void setSelector(LiteralOption selector)
selector
- the selector to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |