Class TitleAttribute
- java.lang.Object
-
- org.hippoecm.frontend.plugins.standards.list.resolvers.TitleAttribute
-
@Deprecated public class TitleAttribute extends Object
Deprecated.UseTitleAttribute
insteadUtility to set, add and remove title attributes of Wicket components.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods 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
clear()
Deprecated.static org.apache.wicket.AttributeModifier
set(String title)
Deprecated.static org.apache.wicket.AttributeModifier
set(org.apache.wicket.model.IModel<String> titleModel)
Deprecated.
-
-
-
Method Detail
-
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.
-
-