public class

FrameSetElement

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.FrameSetElement

Class Overview

Create a grid of frames.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.dom.client.Node
Protected Constructors
FrameSetElement()
Public Methods
static FrameSetElement as(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
final String getCols()
The number of columns of frames in the frameset.
final String getRows()
The number of rows of frames in the frameset.
final void setCols(String cols)
The number of columns of frames in the frameset.
final void setRows(String rows)
The number of rows of frames in the frameset.
[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 FrameSetElement ()

Public Methods

public static FrameSetElement as (Element elem)

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

public final String getCols ()

The number of columns of frames in the frameset.

public final String getRows ()

The number of rows of frames in the frameset.

public final void setCols (String cols)

The number of columns of frames in the frameset.

public final void setRows (String rows)

The number of rows of frames in the frameset.