Package | Description |
---|---|
com.google.gwt.dom.builder.client |
Classes used to build DOM elements.
|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
Modifier and Type | Method and Description |
---|---|
(package private) Style |
DomBuilderImpl.assertCanAddStyleProperty()
Assert that the builder is in a state where a style property can be added.
|
Modifier and Type | Method and Description |
---|---|
Style |
Element.getStyle()
Gets this element's
Style object. |
Modifier and Type | Method and Description |
---|---|
void |
DOMImplIE8.cssClearOpacity(Style style) |
void |
DOMImpl.cssClearOpacity(Style style) |
void |
DOMImplIE8.cssSetOpacity(Style style,
double value) |
void |
DOMImpl.cssSetOpacity(Style style,
double value) |
java.lang.String |
DOMImplTrident.getNumericStyleProperty(Style style,
java.lang.String name)
Coerce numeric values a string.
|
java.lang.String |
DOMImplIE9.getNumericStyleProperty(Style style,
java.lang.String name)
Coerce numeric values a string.
|
java.lang.String |
DOMImpl.getNumericStyleProperty(Style style,
java.lang.String name)
Returns a numeric style property (such as zIndex) that may need to be
coerced to a string.
|
java.lang.String |
DOMImpl.getStyleProperty(Style style,
java.lang.String name) |