Package org.opencms.gwt.client.util.impl
Class DOMImplIE
java.lang.Object
org.opencms.gwt.client.util.impl.DOMImpl
org.opencms.gwt.client.util.impl.DOMImplIE
Helper class for DOM operations not made available by the GWT core classes.
Implementation for all MSIE browsers.
- Since:
- 8.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gwt.dom.client.Element
createIFrameElement
(com.google.gwt.dom.client.Document doc, String name) Creates an iFrame element with the given name attribute.
-
Constructor Details
-
DOMImplIE
public DOMImplIE()
-
-
Method Details
-
createIFrameElement
public com.google.gwt.dom.client.Element createIFrameElement(com.google.gwt.dom.client.Document doc, String name) Description copied from class:DOMImpl
Creates an iFrame element with the given name attribute.- Overrides:
createIFrameElement
in classDOMImpl
- Parameters:
doc
- the documentname
- the name attribute value- Returns:
- the iFrame element
- See Also:
-