view.xhtml
Class Title

java.lang.Object
  extended by view.xhtml.HtmlObject
      extended by view.xhtml.HtmlElement
          extended by view.xhtml.ContainerElement
              extended by view.xhtml.Title

public class Title
extends ContainerElement


Constructor Summary
Title()
          As above, but with an empty title.
Title(java.lang.String text)
          Constructs the element.
 
Method Summary
 
Methods inherited from class view.xhtml.ContainerElement
add, add, getHtml, getHtml
 
Methods inherited from class view.xhtml.HtmlElement
getCloseTag, getCloseTag, getStartTag, getStartTag, setAttribute, setClass, setId, setName
 
Methods inherited from class view.xhtml.HtmlObject
getHtml, getIndent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Title

public Title(java.lang.String text)
Constructs the element.

Parameters:
text - the title text, which is added automatically.

Title

public Title()
As above, but with an empty title.