public class CSSClassManager extends Object
Constructor and Description |
---|
CSSClassManager(com.google.gwt.dom.client.Element element) |
Modifier and Type | Method and Description |
---|---|
boolean |
addClass(String name)
Add the class to the element.
|
boolean |
isClassPresent(String name) |
boolean |
removeClass(String name)
remove the class from the specified element.
|
public CSSClassManager(com.google.gwt.dom.client.Element element)
public boolean removeClass(String name)
public boolean isClassPresent(String name)
Copyright © 2018 Nuxeo. All rights reserved.