org.anadix.html
Class IframeTag

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

public class IframeTag
extends CoreAttributes

Defines an inline frame

Version:
$Id: $
Author:
tomason

Method Summary
 String getAlign()
          Specifies the alignment of an according to surrounding elements
 String getDir()
          Specifies the text direction for the content in an element
 String getFrameborder()
          Specifies whether or not to display a border around an element
 String getHeight()
          Specifies the height of an element
 String getLang()
          Specifies a language code for the content in an element
 String getLongdesc()
          Specifies a page that contains a long description of the content of an element
 String getMarginheight()
          Specifies the top and bottom margins of the content of an element
 String getMarginwidth()
          Specifies the left and right margins of the content of an element
 String getNameAttribute()
          Specifies the name of an element
 String getOnclick()
          Script to be run on a mouse click
 String getOndblclick()
          Script to be run on a mouse double-click
 String getOnkeydown()
          Script to be run when a key is pressed
 String getOnkeypress()
          Script to be run when a key is pressed and released
 String getOnkeyup()
          Script to be run when a key is released
 String getOnmousedown()
          Script to be run when mouse button is pressed
 String getOnmousemove()
          Script to be run when mouse pointer moves
 String getOnmouseout()
          Script to be run when mouse pointer moves out of an element
 String getOnmouseover()
          Script to be run when mouse pointer moves over an element
 String getOnmouseup()
          Script to be run when mouse button is released
 String getScrolling()
          Specifies whether or not to display scrollbars in an element
 String getSrc()
          Specifies the address of the document to embed in the element
 String getWidth()
          Specifies the width of an element
 
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 an element

Returns:
URL of long description

getNameAttribute

public String getNameAttribute()
Specifies the name of an element

Returns:
name of the frame

getSrc

public String getSrc()
Specifies the address of the document to embed in the element

Returns:
URL of the source

getFrameborder

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

Returns:
whether to display border

getMarginwidth

public String getMarginwidth()
Specifies the left and right margins of the content of an element

Returns:
horizontal margin

getMarginheight

public String getMarginheight()
Specifies the top and bottom margins of the content of an element

Returns:
vertical margin

getScrolling

public String getScrolling()
Specifies whether or not to display scrollbars in an element

Returns:
whether to display scrolling

getAlign

public String getAlign()
Specifies the alignment of an according to surrounding elements

Returns:
align of the frame

getHeight

public String getHeight()
Specifies the height of an element

Returns:
height of frame

getWidth

public String getWidth()
Specifies the width of an element

Returns:
width of the frame

getLang

public String getLang()
Specifies a language code for the content in an element

Returns:
language code for content of the element

getDir

public String getDir()
Specifies the text direction for the content in an element

Returns:
text direction for the content of the element

getOnclick

public String getOnclick()
Script to be run on a mouse click

Returns:
script on mouse click

getOndblclick

public String getOndblclick()
Script to be run on a mouse double-click

Returns:
script on double-click

getOnmousedown

public String getOnmousedown()
Script to be run when mouse button is pressed

Returns:
script on mouse button press

getOnmouseup

public String getOnmouseup()
Script to be run when mouse button is released

Returns:
script on mouse button release

getOnmouseover

public String getOnmouseover()
Script to be run when mouse pointer moves over an element

Returns:
script on mouse over element

getOnmousemove

public String getOnmousemove()
Script to be run when mouse pointer moves

Returns:
script on mouse move within the element

getOnmouseout

public String getOnmouseout()
Script to be run when mouse pointer moves out of an element

Returns:
script on mouse moving out of the element

getOnkeypress

public String getOnkeypress()
Script to be run when a key is pressed and released

Returns:
script on key press and release

getOnkeydown

public String getOnkeydown()
Script to be run when a key is pressed

Returns:
script on key press

getOnkeyup

public String getOnkeyup()
Script to be run when a key is released

Returns:
script on key release


Copyright © 2011. All Rights Reserved.