|
|||||||||
| 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.FrameTag
public class FrameTag
Defines a window (a frame) in a frameset
| Method Summary | |
|---|---|
String |
getFrameborder()
Specifies whether or not to display a border around a frame |
String |
getLongdesc()
Specifies a page that contains a long description of the content of a frame |
String |
getMarginheight()
Specifies the top and bottom margins of a frame |
String |
getMarginwidth()
Specifies the left and right margins of a frame |
String |
getNameAttribute()
Specifies the name of a frame |
String |
getNoresize()
Specifies that a frame is not resizable |
String |
getScrolling()
Specifies whether or not to display scrollbars in a frame |
String |
getSrc()
Specifies the URL of the document to show in a frame |
| 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 getLongdesc()
public String getNameAttribute()
public String getSrc()
public String getFrameborder()
public String getMarginwidth()
public String getMarginheight()
public String getNoresize()
public String getScrolling()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||