List of usage examples for com.google.gwt.dom.client Style subclass-usage
From source file org.vectomatic.dom.svg.OMSVGStyle.java
/** * Class to represent a CSS style * @author laaglu */ @TagName("style") public class OMSVGStyle extends Style {
From source file org.xwiki.gwt.dom.client.Style.java
/** * Extends the {@link com.google.gwt.dom.client.Style} to add constants for standard property names and values. * * @version $Id: baed9d89107338dcab8397ff7093fcbe70132c0d $ */ public class Style extends com.google.gwt.dom.client.Style {