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

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.Row
All Implemented Interfaces:
HTMLTable.IRow, IContent, IElement, IElementList, ISimpleElement
Enclosing class:
HTMLTable

private static class HTMLTable.Row
extends IElement.Factory.ElementImpl
implements HTMLTable.IRow


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.vladium.emma.report.html.doc.IElement
IElement.Factory
 
Field Summary
private  boolean m_th
           
 
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.Row(boolean th)
           
 
Method Summary
 HTMLTable.ICell newCell()
           
 
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.IElementList
add, add, size
 
Methods inherited from interface com.vladium.emma.report.html.doc.IContent
emit
 

Field Detail

m_th

private final boolean m_th
Constructor Detail

HTMLTable.Row

HTMLTable.Row(boolean th)
Method Detail

newCell

public HTMLTable.ICell newCell()
Specified by:
newCell in interface HTMLTable.IRow