Class CssClass
java.lang.Object
org.hippoecm.frontend.plugins.standards.list.resolvers.CssClass
Deprecated.
Utility to set, add and remove CSS classes of Wicket components.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.wicket.AttributeModifier
Deprecated.static org.apache.wicket.AttributeModifier
Deprecated.static CssClassAppender
appendAndObserve
(IObservableModel<String> cssClassModel) Deprecated.static org.apache.wicket.AttributeModifier
clear()
Deprecated.static org.apache.wicket.AttributeModifier
Deprecated.static org.apache.wicket.AttributeModifier
Deprecated.
-
Method Details
-
append
Deprecated. -
append
public static org.apache.wicket.AttributeModifier append(org.apache.wicket.model.IModel<String> cssClassModel) Deprecated. -
appendAndObserve
Deprecated. -
set
Deprecated. -
set
public static org.apache.wicket.AttributeModifier set(org.apache.wicket.model.IModel<String> cssClass) Deprecated. -
clear
public static org.apache.wicket.AttributeModifier clear()Deprecated.
-
ClassAttribute
instead