Class TitleAttribute

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

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

    Modifier and Type
    Method
    Description
    static org.apache.wicket.behavior.AttributeAppender
    append(String title)
     
    static org.apache.wicket.behavior.AttributeAppender
    append(org.apache.wicket.model.IModel<String> titleModel)
     
    static org.apache.wicket.AttributeModifier
     
    static org.apache.wicket.AttributeModifier
    set(String title)
     
    static org.apache.wicket.AttributeModifier
    set(org.apache.wicket.model.IModel<String> titleModel)
     

    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.behavior.AttributeAppender append(String title)
    • append

      public static org.apache.wicket.behavior.AttributeAppender append(org.apache.wicket.model.IModel<String> titleModel)
    • set

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

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

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