Class SkinModel.CssStyleItem

java.lang.Object
org.ametys.web.skin.SkinModel.CssStyleItem
All Implemented Interfaces:
SkinModel.CssMenuItem
Enclosing class:
SkinModel

public class SkinModel.CssStyleItem extends Object implements SkinModel.CssMenuItem
Bean representing a item of css style
  • Constructor Details

    • CssStyleItem

      public CssStyleItem(String value, I18nizableText label, String iconCls, String icon, String cssClass)
      Constructor
      Parameters:
      value - the value
      label - the item's label
      iconCls - the CSS class for icon. Can be null.
      icon - the icon. Can be null.
      cssClass - the css class. Can be null.
  • Method Details

    • getValue

      public String getValue()
      Get the value
      Returns:
      the value
    • getLabel

      Get the label
      Returns:
      the label
    • getIconCls

      public String getIconCls()
      Get the icon css class
      Returns:
      the icon css class or null
    • getIcon

      public String getIcon()
      Get the icon
      Returns:
      the icon or null
    • getCssClass

      public String getCssClass()
      Get the css class
      Returns:
      The css class or null