view.xhtml
Class H3

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

public class H3
extends ContainerElement


Constructor Summary
H3()
          Constructs the element.
H3(java.lang.String text)
          As above but with a text automatically added to it.
 
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

H3

public H3()
Constructs the element.


H3

public H3(java.lang.String text)
As above but with a text automatically added to it.

Parameters:
text - the text to add.