Class Style

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.dom.client.Style

public class Style extends JavaScriptObject
Provides programmatic access to properties of the style object.

Note that if a property or value is not explicitly enumerated in this class, you can still access it via getProperty(String), and setProperty(String, String).

See Also: