Package org.hippoecm.frontend.attributes
Class TitleAttribute
java.lang.Object
org.hippoecm.frontend.attributes.TitleAttribute
Utility to set, add and remove title attributes of Wicket components.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.wicket.behavior.AttributeAppender
static org.apache.wicket.behavior.AttributeAppender
static org.apache.wicket.AttributeModifier
clear()
static org.apache.wicket.AttributeModifier
static org.apache.wicket.AttributeModifier
-
Method Details
-
append
-
append
public static org.apache.wicket.behavior.AttributeAppender append(org.apache.wicket.model.IModel<String> titleModel) -
set
-
set
public static org.apache.wicket.AttributeModifier set(org.apache.wicket.model.IModel<String> titleModel) -
clear
public static org.apache.wicket.AttributeModifier clear()
-