Package org.ametys.web.skin
Class SkinModel.CssStyleItem
java.lang.Object
org.ametys.web.skin.SkinModel.CssStyleItem
- All Implemented Interfaces:
 SkinModel.CssMenuItem
- Enclosing class:
 - SkinModel
 
Bean representing a item of css style
- 
Constructor Summary
ConstructorsConstructorDescriptionCssStyleItem(String value, I18nizableText label, String iconCls, String icon, String cssClass) Constructor - 
Method Summary
 
- 
Constructor Details
- 
CssStyleItem
public CssStyleItem(String value, I18nizableText label, String iconCls, String icon, String cssClass) Constructor- Parameters:
 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.
 
 - 
 - 
Method Details
- 
getValue
Get the value- Returns:
 - the value
 
 - 
getLabel
Get the label- Returns:
 - the label
 
 - 
getIconCls
Get the icon css class- Returns:
 - the icon css class or 
null 
 - 
getIcon
Get the icon- Returns:
 - the icon or 
null 
 - 
getCssClass
Get the css class- Returns:
 - The css class or 
null 
 
 -