public final class CssUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addSclass(String sclass,
org.zkoss.zk.ui.HtmlBasedComponent component)
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.
|
public static void addSclass(String sclass, org.zkoss.zk.ui.HtmlBasedComponent component)
sclass
- class to addcomponent
- component to add class topublic static void removeSclass(String sclass, org.zkoss.zk.ui.HtmlBasedComponent component)
sclass
- class to removecomponent
- component to remove the class fromCopyright © 2021 Hyland Software Germany GmbH. All rights reserved.