Package org.opencms.gwt.client.util.impl
Class DOMImpl
java.lang.Object
org.opencms.gwt.client.util.impl.DOMImpl
- Direct Known Subclasses:
DOMImplIE
Helper class for DOM operations not made available by the GWT core classes.
Implementation for all none 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
-
DOMImpl
public DOMImpl()
-
-
Method Details
-
createIFrameElement
public com.google.gwt.dom.client.Element createIFrameElement(com.google.gwt.dom.client.Document doc, String name) Creates an iFrame element with the given name attribute.- Parameters:
doc
- the documentname
- the name attribute value- Returns:
- the iFrame element
-