GWT 2.5.0.rc1

Uses of Interface
com.google.gwt.dom.builder.shared.IFrameBuilder

Packages that use IFrameBuilder
com.google.gwt.dom.builder.client Classes used to build DOM elements. 
com.google.gwt.dom.builder.shared Classes used to build DOM elements. 
 

Uses of IFrameBuilder in com.google.gwt.dom.builder.client
 

Classes in com.google.gwt.dom.builder.client that implement IFrameBuilder
 class DomIFrameBuilder
          DOM-based implementation of IFrameBuilder.
 

Methods in com.google.gwt.dom.builder.client that return IFrameBuilder
 IFrameBuilder DomIFrameBuilder.frameBorder(int frameBorder)
           
 IFrameBuilder DomIFrameBuilder.marginHeight(int marginHeight)
           
 IFrameBuilder DomIFrameBuilder.marginWidth(int marginWidth)
           
 IFrameBuilder DomIFrameBuilder.name(java.lang.String name)
           
 IFrameBuilder DomIFrameBuilder.noResize()
           
 IFrameBuilder DomIFrameBuilder.scrolling(java.lang.String scrolling)
           
 IFrameBuilder DomIFrameBuilder.src(java.lang.String src)
           
 IFrameBuilder DomElementBuilderBase.startIFrame()
           
 

Uses of IFrameBuilder in com.google.gwt.dom.builder.shared
 

Classes in com.google.gwt.dom.builder.shared that implement IFrameBuilder
 class HtmlIFrameBuilder
          HTML-based implementation of IFrameBuilder.
 

Methods in com.google.gwt.dom.builder.shared that return IFrameBuilder
abstract  IFrameBuilder ElementBuilderFactory.createIFrameBuilder()
           
 IFrameBuilder HtmlIFrameBuilder.frameBorder(int frameBorder)
           
 IFrameBuilder IFrameBuilder.frameBorder(int frameBorder)
          Request frame borders.
 IFrameBuilder IFrameBuilder.html(SafeHtml html)
          Throws UnsupportedOperationException.
 IFrameBuilder HtmlIFrameBuilder.marginHeight(int marginHeight)
           
 IFrameBuilder IFrameBuilder.marginHeight(int marginHeight)
          Frame margin height, in pixels.
 IFrameBuilder HtmlIFrameBuilder.marginWidth(int marginWidth)
           
 IFrameBuilder IFrameBuilder.marginWidth(int marginWidth)
          Frame margin width, in pixels.
 IFrameBuilder HtmlIFrameBuilder.name(java.lang.String name)
           
 IFrameBuilder IFrameBuilder.name(java.lang.String name)
          The frame name (object of the target attribute).
 IFrameBuilder HtmlIFrameBuilder.noResize()
           
 IFrameBuilder IFrameBuilder.noResize()
          Forbid user from resizing frame.
 IFrameBuilder HtmlIFrameBuilder.scrolling(java.lang.String scrolling)
           
 IFrameBuilder IFrameBuilder.scrolling(java.lang.String scrolling)
          Specify whether or not the frame should have scrollbars.
 IFrameBuilder HtmlIFrameBuilder.src(java.lang.String src)
           
 IFrameBuilder IFrameBuilder.src(java.lang.String src)
          A URI designating the initial frame contents.
 IFrameBuilder ElementBuilderBase.startIFrame()
          Append a iframe element.
 IFrameBuilder HtmlElementBuilderBase.startIFrame()
           
 IFrameBuilder IFrameBuilder.text(java.lang.String html)
          Throws UnsupportedOperationException.
 


GWT 2.5.0.rc1