org.anadix.html
Class FramesetTag

java.lang.Object
  extended by org.anadix.html.HtmlElement
      extended by org.anadix.html.CoreAttributes
          extended by org.anadix.html.FramesetTag
All Implemented Interfaces:
Comparable<HtmlElement>, Element

public class FramesetTag
extends CoreAttributes

Defines a set of frames

Version:
$Id: $
Author:
tomason

Method Summary
 String getCols()
          Specifies the number and size of columns in a frameset
 String getOnload()
          Script to be run when a document load
 String getOnunload()
          Script to be run when a document unload
 String getRows()
          Specifies the number and size of rows in a frameset
 
Methods inherited from class org.anadix.html.CoreAttributes
getClassAttribute, getIdAttribute, getStyle, getTitle
 
Methods inherited from class org.anadix.html.HtmlElement
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getRows

public String getRows()
Specifies the number and size of rows in a frameset

Returns:
number of rows

getCols

public String getCols()
Specifies the number and size of columns in a frameset

Returns:
number of columns

getOnload

public String getOnload()
Script to be run when a document load

Returns:
script when document is loaded

getOnunload

public String getOnunload()
Script to be run when a document unload

Returns:
script when document is unloaded


Copyright © 2011. All Rights Reserved.