public class AccordionIcon extends Object implements IComplexOption
Bean for the icon option into the Accordion component
| Constructor and Description |
|---|
AccordionIcon(Boolean wantIcons)
Constructor.
|
AccordionIcon(String headerClass,
String headerSelectedClass)
Constructor
|
AccordionIcon(UiIcon header,
UiIcon headerSelected)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderClass()
Method retrieving the class for the header
|
String |
getHeaderSelectedClass()
Method retrieving the class for the headerSelected
|
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option
|
Boolean |
getWantIcons() |
void |
setHeaderClass(String headerClass)
Method setting the class for the header
|
void |
setHeaderSelectedClass(String headerSelectedClass)
Method setting the class for the headerSelected
|
public AccordionIcon(UiIcon header, UiIcon headerSelected)
header - headerSelected - public AccordionIcon(String headerClass, String headerSelectedClass)
headerClass - headerSelectedClass - public AccordionIcon(Boolean wantIcons)
wantIcons - public String getHeaderClass()
public String getHeaderSelectedClass()
public CharSequence getJavascriptOption()
IComplexOptiongetJavascriptOption in interface IComplexOptionpublic void setHeaderClass(String headerClass)
headerClass - public void setHeaderSelectedClass(String headerSelectedClass)
headerSelectedClass - public Boolean getWantIcons()
Copyright © 2009-2012. All Rights Reserved.