public class DocumentStyleImplIE9 extends DocumentStyleImpl
This implementation is used for MSIE 9 browsers.
| 构造器和说明 |
|---|
DocumentStyleImplIE9() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected java.lang.String |
getComputedStyle(com.google.gwt.dom.client.Element elem,
java.lang.String name)
Returns the computed style from the DOM object.
|
java.lang.String |
getPropertyName(java.lang.String name)
Transforms the CSS style name to the name of the javascript style property.
|
camelize, clearOpacity, getCurrentStyle, hyphenizepublic java.lang.String getPropertyName(java.lang.String name)
getPropertyName 在类中 DocumentStyleImplname - the name of the CSS propertyprotected java.lang.String getComputedStyle(com.google.gwt.dom.client.Element elem,
java.lang.String name)
DocumentStyleImplgetComputedStyle 在类中 DocumentStyleImplelem - the element objectname - name of the CSS propertyDocumentStyleImpl.getComputedStyle(com.google.gwt.dom.client.Element, java.lang.String)