Class StyleAttribute


  • public class StyleAttribute
    extends Object
    Utility to set, add and remove style attributes of Wicket components.
    • Method Detail

      • append

        public static org.apache.wicket.AttributeModifier append​(String style)
      • append

        public static org.apache.wicket.AttributeModifier append​(org.apache.wicket.model.IModel<String> styleModel)
      • set

        public static org.apache.wicket.AttributeModifier set​(String style)
      • set

        public static org.apache.wicket.AttributeModifier set​(org.apache.wicket.model.IModel<String> styleModel)
      • clear

        public static org.apache.wicket.AttributeModifier clear()