GWT 2.7.0

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(SafeUri src)
           
 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 IFrameBuilder.frameBorder(int frameBorder)
          Request frame borders.
 IFrameBuilder HtmlIFrameBuilder.frameBorder(int frameBorder)
           
 IFrameBuilder IFrameBuilder.html(SafeHtml html)
          Throws UnsupportedOperationException.
 IFrameBuilder IFrameBuilder.marginHeight(int marginHeight)
          Frame margin height, in pixels.
 IFrameBuilder HtmlIFrameBuilder.marginHeight(int marginHeight)
           
 IFrameBuilder IFrameBuilder.marginWidth(int marginWidth)
          Frame margin width, in pixels.
 IFrameBuilder HtmlIFrameBuilder.marginWidth(int marginWidth)
           
 IFrameBuilder IFrameBuilder.name(java.lang.String name)
          The frame name (object of the target attribute).
 IFrameBuilder HtmlIFrameBuilder.name(java.lang.String name)
           
 IFrameBuilder IFrameBuilder.noResize()
          Forbid user from resizing frame.
 IFrameBuilder HtmlIFrameBuilder.noResize()
           
 IFrameBuilder IFrameBuilder.scrolling(java.lang.String scrolling)
          Specify whether or not the frame should have scrollbars.
 IFrameBuilder HtmlIFrameBuilder.scrolling(java.lang.String scrolling)
           
 IFrameBuilder IFrameBuilder.src(SafeUri src)
          A URI designating the initial frame contents.
 IFrameBuilder HtmlIFrameBuilder.src(SafeUri src)
           
 IFrameBuilder IFrameBuilder.src(java.lang.String src)
          A URI designating the initial frame contents.
 IFrameBuilder HtmlIFrameBuilder.src(java.lang.String src)
           
 IFrameBuilder HtmlElementBuilderBase.startIFrame()
           
 IFrameBuilder ElementBuilderBase.startIFrame()
          Append a iframe element.
 IFrameBuilder IFrameBuilder.text(java.lang.String html)
          Throws UnsupportedOperationException.
 


GWT 2.7.0