Class StyleAttribute

java.lang.Object
org.hippoecm.frontend.attributes.StyleAttribute

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

    Modifier and Type
    Method
    Description
    static org.apache.wicket.AttributeModifier
    append(String style)
     
    static org.apache.wicket.AttributeModifier
    append(org.apache.wicket.model.IModel<String> styleModel)
     
    static org.apache.wicket.AttributeModifier
     
    static org.apache.wicket.AttributeModifier
    set(String style)
     
    static org.apache.wicket.AttributeModifier
    set(org.apache.wicket.model.IModel<String> styleModel)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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()