view.xhtml
Class Th

java.lang.Object
  extended by view.xhtml.HtmlObject
      extended by view.xhtml.HtmlElement
          extended by view.xhtml.ContainerElement
              extended by view.xhtml.TableCell
                  extended by view.xhtml.Th

public class Th
extends TableCell


Constructor Summary
Th()
          Constructs the element.
Th(HtmlObject html)
          Constructs the element and automatically adds an object to it.
Th(java.lang.String text)
          As above, but accepts a String.
 
Method Summary
 
Methods inherited from class view.xhtml.TableCell
setColSpan, setRowSpan
 
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

Th

public Th()
Constructs the element.


Th

public Th(HtmlObject html)
Constructs the element and automatically adds an object to it.

Parameters:
html - the object to add.

Th

public Th(java.lang.String text)
As above, but accepts a String.