Class TitleAttribute


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

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