com.vladium.emma.report.html.doc
Class HTMLTable.Cell

java.lang.Object
  extended by com.vladium.emma.report.html.doc.ISimpleElement.Factory.SimpleElementImpl
      extended by com.vladium.emma.report.html.doc.IElement.Factory.ElementImpl
          extended by com.vladium.emma.report.html.doc.HTMLTable.Cell
All Implemented Interfaces:
HTMLTable.ICell, IContent, IElement, IElementList, ISimpleElement
Enclosing class:
HTMLTable

private static class HTMLTable.Cell
extends IElement.Factory.ElementImpl
implements HTMLTable.ICell


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.vladium.emma.report.html.doc.IElement
IElement.Factory
 
Field Summary
 
Fields inherited from class com.vladium.emma.report.html.doc.IElement.Factory.ElementImpl
m_contents
 
Fields inherited from class com.vladium.emma.report.html.doc.ISimpleElement.Factory.SimpleElementImpl
m_attrs, m_tag
 
Constructor Summary
HTMLTable.Cell(Tag tag)
           
 
Method Summary
 HTMLTable.ICell setColspan(int span)
           
 
Methods inherited from class com.vladium.emma.report.html.doc.IElement.Factory.ElementImpl
add, add, emit, setText, size, toString
 
Methods inherited from class com.vladium.emma.report.html.doc.ISimpleElement.Factory.SimpleElementImpl
getAttributes, getTag, setClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.vladium.emma.report.html.doc.IElement
setText
 
Methods inherited from interface com.vladium.emma.report.html.doc.ISimpleElement
getAttributes, getTag, setClass
 
Methods inherited from interface com.vladium.emma.report.html.doc.IContent
emit
 
Methods inherited from interface com.vladium.emma.report.html.doc.IElementList
add, add, size
 
Methods inherited from interface com.vladium.emma.report.html.doc.IContent
emit
 

Constructor Detail

HTMLTable.Cell

HTMLTable.Cell(Tag tag)
Method Detail

setColspan

public HTMLTable.ICell setColspan(int span)
Specified by:
setColspan in interface HTMLTable.ICell