Package org.hippoecm.frontend.attributes
Class StyleAttribute
- java.lang.Object
-
- org.hippoecm.frontend.attributes.StyleAttribute
-
public class StyleAttribute extends Object
Utility to set, add and remove style attributes of Wicket components.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.wicket.AttributeModifier
append(String style)
static org.apache.wicket.AttributeModifier
append(org.apache.wicket.model.IModel<String> styleModel)
static org.apache.wicket.AttributeModifier
clear()
static org.apache.wicket.AttributeModifier
set(String style)
static org.apache.wicket.AttributeModifier
set(org.apache.wicket.model.IModel<String> styleModel)
-
-
-
Method Detail
-
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()
-
-