public class AccordionHeader extends Object implements IComplexOption
Bean for the header option for the Accordion component
| Constructor and Description |
|---|
AccordionHeader(LiteralOption literalParam)
Constructor
|
AccordionHeader(String objectParam)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option
|
LiteralOption |
getLiteralParam() |
String |
getObjectParam() |
void |
setLiteralParam(LiteralOption literalParam)
Set's the literal parameter
|
void |
setObjectParam(String objectParam)
Set's the object (jQuery or DOMElement) parameter
|
public AccordionHeader(LiteralOption literalParam)
literalParam - Literal parameterpublic AccordionHeader(String objectParam)
objectParam - object parameter (jQuery or DOMElement)public LiteralOption getLiteralParam()
public String getObjectParam()
public CharSequence getJavascriptOption()
IComplexOptiongetJavascriptOption in interface IComplexOptionpublic void setLiteralParam(LiteralOption literalParam)
literalParam - the literal to setpublic void setObjectParam(String objectParam)
objectParam - the literal to setCopyright © 2009-2012. All Rights Reserved.