Class DOMImpl

java.lang.Object
org.opencms.gwt.client.util.impl.DOMImpl
Direct Known Subclasses:
DOMImplIE

public class DOMImpl extends Object
Helper class for DOM operations not made available by the GWT core classes.

Implementation for all none MSIE browsers.

Since:
8.0.0
  • Constructor Details

  • 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 document
      name - the name attribute value
      Returns:
      the iFrame element