Package org.opencms.gwt.client.util.impl
Class DocumentStyleImplIE6
java.lang.Object
org.opencms.gwt.client.util.impl.DocumentStyleImpl
org.opencms.gwt.client.util.impl.DocumentStyleImplIE9
org.opencms.gwt.client.util.impl.DocumentStyleImplIE6
Helper class to retrieve the computed style of an element.
This implementation is used for MSIE 7 and 8 browsers.
- Since:
- 8.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclearOpacity(com.google.gwt.dom.client.Element element) Removes the opacity attribute from the element's inline-style.Methods inherited from class org.opencms.gwt.client.util.impl.DocumentStyleImplIE9
getComputedStyle, getPropertyNameMethods inherited from class org.opencms.gwt.client.util.impl.DocumentStyleImpl
camelize, getCurrentStyle, hyphenize
-
Constructor Details
-
DocumentStyleImplIE6
public DocumentStyleImplIE6()
-
-
Method Details
-
clearOpacity
Description copied from class:DocumentStyleImplRemoves the opacity attribute from the element's inline-style.- Overrides:
clearOpacityin classDocumentStyleImpl- Parameters:
element- the DOM element to manipulate- See Also:
-