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 voidAdds the defined css-class to the component.static voidremoveSclass(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
-