Uses of Interface
com.google.gwt.dom.builder.shared.IFrameBuilder
-
Packages that use IFrameBuilder Package Description 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 Modifier and Type Class Description class
DomIFrameBuilder
DOM-based implementation ofIFrameBuilder
.Methods in com.google.gwt.dom.builder.client that return IFrameBuilder Modifier and Type Method Description 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 Modifier and Type Class Description class
HtmlIFrameBuilder
HTML-based implementation ofIFrameBuilder
.Methods in com.google.gwt.dom.builder.shared that return IFrameBuilder Modifier and Type Method Description abstract IFrameBuilder
ElementBuilderFactory. createIFrameBuilder()
IFrameBuilder
HtmlIFrameBuilder. frameBorder(int frameBorder)
IFrameBuilder
IFrameBuilder. frameBorder(int frameBorder)
Request frame borders.IFrameBuilder
IFrameBuilder. html(SafeHtml html)
ThrowsUnsupportedOperationException
.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(SafeUri src)
IFrameBuilder
HtmlIFrameBuilder. src(java.lang.String src)
IFrameBuilder
IFrameBuilder. src(SafeUri src)
A URI designating the initial frame contents.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)
ThrowsUnsupportedOperationException
.
-