org.anadix.html
Class FrameTag

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

public class FrameTag
extends CoreAttributes

Defines a window (a frame) in a frameset

Version:
$Id: $
Author:
tomason

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

getLongdesc

public String getLongdesc()
Specifies a page that contains a long description of the content of a frame

Returns:
URL of page with long description

getNameAttribute

public String getNameAttribute()
Specifies the name of a frame

Returns:
name of the frame

getSrc

public String getSrc()
Specifies the URL of the document to show in a frame

Returns:
url of content

getFrameborder

public String getFrameborder()
Specifies whether or not to display a border around a frame

Returns:
display a border

getMarginwidth

public String getMarginwidth()
Specifies the left and right margins of a frame

Returns:
horizontal margin

getMarginheight

public String getMarginheight()
Specifies the top and bottom margins of a frame

Returns:
vertical margin

getNoresize

public String getNoresize()
Specifies that a frame is not resizable

Returns:
whether the frame is resizable

getScrolling

public String getScrolling()
Specifies whether or not to display scrollbars in a frame

Returns:
whether the frame has scrolling visible


Copyright © 2011. All Rights Reserved.