|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.anadix.html.HtmlElement
org.anadix.html.CoreAttributes
org.anadix.html.FramesetTag
public class FramesetTag
Defines a set of frames
| 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 |
|---|
public String getRows()
public String getCols()
public String getOnload()
public String getOnunload()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||