GWT 2.7.0

Uses of Class
com.google.gwt.dom.client.FrameSetElement

Packages that use FrameSetElement
com.google.gwt.dom.client Classes for low-level DOM programming. 
 

Uses of FrameSetElement in com.google.gwt.dom.client
 

Methods in com.google.gwt.dom.client that return FrameSetElement
static FrameSetElement FrameSetElement.as(Element elem)
          Assert that the given Element is compatible with this class and automatically typecast it.
 FrameSetElement Document.createFrameSetElement()
          Creates a <frameset> element.
 


GWT 2.7.0