Class SkinModel.CssStyleItem

    • Constructor Detail

      • 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.