public class

IFrameElement

extends Element
java.lang.Object
   ↳ com.google.gwt.core.client.JavaScriptObject
     ↳ com.google.gwt.dom.client.Node
       ↳ com.google.gwt.dom.client.Element
         ↳ com.google.gwt.dom.client.IFrameElement

Class Overview

Inline subwindows.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.dom.client.Node
Protected Constructors
IFrameElement()
Public Methods
static IFrameElement as(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
final Document getContentDocument()
The document this frame contains, if there is any and it is available, or null otherwise.
final int getFrameBorder()
Request frame borders.
final int getMarginHeight()
Frame margin height, in pixels.
final int getMarginWidth()
Frame margin width, in pixels.
final String getName()
The frame name (object of the target attribute).
final String getScrolling()
Specify whether or not the frame should have scrollbars.
final String getSrc()
A URI designating the initial frame contents.
final boolean isNoResize()
When true, forbid user from resizing frame.
final void setFrameBorder(int frameBorder)
Request frame borders.
final void setMarginHeight(int marginHeight)
Frame margin height, in pixels.
final void setMarginWidth(int marginWidth)
Frame margin width, in pixels.
final void setName(String name)
The frame name (object of the target attribute).
final void setNoResize(boolean noResize)
When true, forbid user from resizing frame.
final void setScrolling(String scrolling)
Specify whether or not the frame should have scrollbars.
final void setSrc(String src)
A URI designating the initial frame contents.
[Expand]
Inherited Methods
From class com.google.gwt.dom.client.Element
From class com.google.gwt.dom.client.Node
From class com.google.gwt.core.client.JavaScriptObject
From class java.lang.Object

Protected Constructors

protected IFrameElement ()

Public Methods

public static IFrameElement as (Element elem)

Assert that the given Element is compatible with this class and automatically typecast it.

public final Document getContentDocument ()

The document this frame contains, if there is any and it is available, or null otherwise.

public final int getFrameBorder ()

Request frame borders.

public final int getMarginHeight ()

Frame margin height, in pixels.

public final int getMarginWidth ()

Frame margin width, in pixels.

public final String getName ()

The frame name (object of the target attribute).

public final String getScrolling ()

Specify whether or not the frame should have scrollbars.

public final String getSrc ()

A URI designating the initial frame contents.

public final boolean isNoResize ()

When true, forbid user from resizing frame.

public final void setFrameBorder (int frameBorder)

Request frame borders.

public final void setMarginHeight (int marginHeight)

Frame margin height, in pixels.

public final void setMarginWidth (int marginWidth)

Frame margin width, in pixels.

public final void setName (String name)

The frame name (object of the target attribute).

public final void setNoResize (boolean noResize)

When true, forbid user from resizing frame.

public final void setScrolling (String scrolling)

Specify whether or not the frame should have scrollbars.

public final void setSrc (String src)

A URI designating the initial frame contents.