org.anadix.html
Class IsindexTag

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

public class IsindexTag
extends CoreAttributes

IsindexTag class.

Version:
$Id: $
Author:
tomason

Method Summary
 String getDir()
          getDir.
 String getLang()
          getLang.
 String getPrompt()
          getPrompt.
 
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

getLang

public String getLang()

getLang.

Returns:
a String object.

getDir

public String getDir()

getDir.

Returns:
a String object.

getPrompt

public String getPrompt()

getPrompt.

Returns:
a String object.


Copyright © 2011. All Rights Reserved.