public class SkinModel.CssStyleItem extends Object implements SkinModel.CssMenuItem
Modifier and Type | Field and Description |
---|---|
private String |
_cssClass |
private String |
_cssValue |
private String |
_styleIcon |
private String |
_styleIconCls |
private I18nizableText |
_styleLabel |
Constructor and Description |
---|
CssStyleItem(String value,
I18nizableText label,
String iconCls,
String icon,
String cssClass)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getCssClass()
Get the css class
|
String |
getIcon()
Get the icon
|
String |
getIconCls()
Get the icon css class
|
I18nizableText |
getLabel()
Get the label
|
String |
getValue()
Get the value
|
private I18nizableText _styleLabel
private String _styleIcon
private String _styleIconCls
public CssStyleItem(String value, I18nizableText label, String iconCls, String icon, String cssClass)
value
- the valuelabel
- the item's labeliconCls
- the CSS class for icon. Can be null.icon
- the icon. Can be null.cssClass
- the css class. Can be null.public I18nizableText getLabel()
public String getIconCls()
null
public String getCssClass()
null