public interface

HTMLFrameSetElement

implements HTMLElement
org.w3c.dom.html.HTMLFrameSetElement

Class Overview

Create a grid of frames. See the FRAMESET element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getCols()
The number of columns of frames in the frameset.
abstract String getRows()
The number of rows of frames in the frameset.
abstract void setCols(String cols)
abstract void setRows(String rows)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract String getCols ()

The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.0.

public abstract String getRows ()

The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.0.

public abstract void setCols (String cols)

public abstract void setRows (String rows)