java.lang.Object
org.hippoecm.frontend.plugins.standards.list.resolvers.TitleAttribute

@Deprecated public class TitleAttribute extends Object
Deprecated.
Use TitleAttribute instead
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)
    Deprecated.
     
    static org.apache.wicket.behavior.AttributeAppender
    append(org.apache.wicket.model.IModel<String> titleModel)
    Deprecated.
     
    static org.apache.wicket.AttributeModifier
    Deprecated.
     
    static org.apache.wicket.AttributeModifier
    set(String title)
    Deprecated.
     
    static org.apache.wicket.AttributeModifier
    set(org.apache.wicket.model.IModel<String> titleModel)
    Deprecated.
     

    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)
      Deprecated.
    • append

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

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

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

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