Package org.hippoecm.frontend.attributes
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
All Methods Static Methods Concrete Methods 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
clear()
static org.apache.wicket.AttributeModifier
set(String title)
static org.apache.wicket.AttributeModifier
set(org.apache.wicket.model.IModel<String> titleModel)
-
-
-
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()
-
-