|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFrameBuilder
Builds an iframe element.
Method Summary | |
---|---|
IFrameBuilder |
frameBorder(int frameBorder)
Request frame borders. |
IFrameBuilder |
html(SafeHtml html)
Throws UnsupportedOperationException . |
IFrameBuilder |
marginHeight(int marginHeight)
Frame margin height, in pixels. |
IFrameBuilder |
marginWidth(int marginWidth)
Frame margin width, in pixels. |
IFrameBuilder |
name(java.lang.String name)
The frame name (object of the target attribute). |
IFrameBuilder |
noResize()
Forbid user from resizing frame. |
IFrameBuilder |
scrolling(java.lang.String scrolling)
Specify whether or not the frame should have scrollbars. |
IFrameBuilder |
src(SafeUri src)
A URI designating the initial frame contents. |
IFrameBuilder |
src(java.lang.String src)
A URI designating the initial frame contents. |
IFrameBuilder |
text(java.lang.String html)
Throws UnsupportedOperationException . |
Method Detail |
---|
IFrameBuilder frameBorder(int frameBorder)
IFrameBuilder html(SafeHtml html)
UnsupportedOperationException
.
Appending children or content directly to an iframe isn't supported. You must use the src attribute to specify the url of the content to load, or wait until the document is loaded.
html
in interface ElementBuilderBase<IFrameBuilder>
html
- the HTML to append
java.lang.UnsupportedOperationException
IFrameBuilder marginHeight(int marginHeight)
IFrameBuilder marginWidth(int marginWidth)
IFrameBuilder name(java.lang.String name)
IFrameBuilder noResize()
IFrameBuilder scrolling(java.lang.String scrolling)
IFrameBuilder src(SafeUri src)
IFrameBuilder src(java.lang.String src)
IFrameBuilder text(java.lang.String html)
UnsupportedOperationException
.
Appending children or content directly to an iframe isn't supported. You must use the src attribute to specify the url of the content to load, or wait until the document is loaded.
text
in interface ElementBuilderBase<IFrameBuilder>
html
- the text to append
java.lang.UnsupportedOperationException
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |