public class StyleAttribute
extends Object
Utility to set, add and remove style attributes of Wicket components.
-
Method Summary
static org.apache.wicket.AttributeModifier
static org.apache.wicket.AttributeModifier
static org.apache.wicket.AttributeModifier
static org.apache.wicket.AttributeModifier
static org.apache.wicket.AttributeModifier
set(org.apache.wicket.model.IModel<String> styleModel)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
append
public static org.apache.wicket.AttributeModifier append(String style)
-
append
public static org.apache.wicket.AttributeModifier append(org.apache.wicket.model.IModel<String> styleModel)
-
set
public static org.apache.wicket.AttributeModifier set(String style)
-
set
public static org.apache.wicket.AttributeModifier set(org.apache.wicket.model.IModel<String> styleModel)
-
clear
public static org.apache.wicket.AttributeModifier clear()