Package com.saperion.ngc.util
Class CssUtils
java.lang.Object
com.saperion.ngc.util.CssUtils
Utility methods for CSS handling.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Adds the defined css-class to the component.static void
removeSclass
(String sclass, org.zkoss.zk.ui.HtmlBasedComponent component) Removes the defined css-class from the component.
-
Method Details
-
addSclass
Adds the defined css-class to the component.- Parameters:
sclass
- class to addcomponent
- component to add class to
-
removeSclass
Removes the defined css-class from the component.- Parameters:
sclass
- class to removecomponent
- component to remove the class from
-