Class DOMImpl

  • Direct Known Subclasses:
    DOMImplIE

    public class DOMImpl
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      DOMImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gwt.dom.client.Element createIFrameElement​(com.google.gwt.dom.client.Document doc, java.lang.String name)
      Creates an iFrame element with the given name attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • createIFrameElement

        public com.google.gwt.dom.client.Element createIFrameElement​(com.google.gwt.dom.client.Document doc,
                                                                     java.lang.String name)
        Creates an iFrame element with the given name attribute.

        Parameters:
        doc - the document
        name - the name attribute value
        Returns:
        the iFrame element