net.sac.htmlwriter.element
Class Td

java.lang.Object
  extended by net.sac.htmlwriter.element.Element
      extended by net.sac.htmlwriter.element.TableCell
          extended by net.sac.htmlwriter.element.Td

public class Td
extends TableCell


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sac.htmlwriter.element.TableCell
TableCell.Align
 
Field Summary
 
Fields inherited from class net.sac.htmlwriter.element.Element
ALLOWED_CHILD_TAGS_NONE, ALLOWED_CHILD_TAGS_TEXT_ONLY
 
Constructor Summary
Td()
           
Td(Element element)
           
Td(Element element, int colspan)
           
Td(Element element, TableCell.Align align)
           
Td(java.lang.String text)
           
Td(java.lang.String text, int colspan)
           
Td(java.lang.String text, TableCell.Align align)
           
 
Method Summary
 
Methods inherited from class net.sac.htmlwriter.element.TableCell
getColSpan
 
Methods inherited from class net.sac.htmlwriter.element.Element
addAttribute, addChild, getAttribute, getChild, getChildIndex, getChildren, getTagName, insertChild, setAttribute, toHtml
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Td

public Td()

Td

public Td(Element element,
          TableCell.Align align)
   throws HtmlException
Throws:
HtmlException

Td

public Td(Element element,
          int colspan)
   throws HtmlException
Throws:
HtmlException

Td

public Td(Element element)
   throws HtmlException
Throws:
HtmlException

Td

public Td(java.lang.String text,
          TableCell.Align align)
   throws HtmlException
Throws:
HtmlException

Td

public Td(java.lang.String text,
          int colspan)
   throws HtmlException
Throws:
HtmlException

Td

public Td(java.lang.String text)
   throws HtmlException
Throws:
HtmlException