info.informatica.html.tag
Class TableData

java.lang.Object
  extended by info.informatica.doc.DocumentFragment
      extended by info.informatica.html.tag.HTMLTag
          extended by info.informatica.html.tag.TableData
All Implemented Interfaces:
info.informatica.doc.DocumentElement, info.informatica.doc.style.Alignable, info.informatica.doc.style.VAlignable, AttributeListener, BodyTag, Comparable<info.informatica.doc.DocumentFragment>

public final class TableData
extends HTMLTag
implements BodyTag, info.informatica.doc.style.Alignable, info.informatica.doc.style.VAlignable

HTML table data tag.

Version:
1.01
Author:
amengual at informatica dot info

Nested Class Summary
 
Nested classes/interfaces inherited from class info.informatica.doc.DocumentFragment
info.informatica.doc.DocumentFragment.FragmentComp, info.informatica.doc.DocumentFragment.NotFragmentComp
 
Field Summary
 
Fields inherited from interface info.informatica.doc.style.Alignable
CENTER, JUSTIFY, LEFT, RIGHT, UNDETERMINED
 
Fields inherited from interface info.informatica.doc.style.VAlignable
BOTTOM, MIDDLE, TOP
 
Method Summary
 String getName()
          Gets the name of the tag.
 
Methods inherited from class info.informatica.html.tag.HTMLTag
align, endTag, getAlignment, getAttributes, getBlockPosition, getId, getParent, getStyle, getStyleClass, getTagData, isSelfClosing, length, onAttributeRemoved, onAttributes, onAttributeStringSet, onDummyAttributes, setAttributes, setId, setParent, setSelfClosing, setSelfClosing, setTagData, setTagData, startTag, toString, toString, toString, toXml, vAlign
 
Methods inherited from class info.informatica.doc.DocumentFragment
adjustWidth, compareTo, getCurrentPosition, getPosition, setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface info.informatica.html.tag.BodyTag
getStyle, getStyleClass
 
Methods inherited from interface info.informatica.doc.style.Alignable
align, getAlignment
 
Methods inherited from interface info.informatica.doc.style.VAlignable
vAlign
 

Method Detail

getName

public String getName()
Description copied from class: HTMLTag
Gets the name of the tag.

Must return the lowercase name of this tag.

Specified by:
getName in class HTMLTag
Returns:
a String with the tag name