com.vladium.emma.report.html.doc
Interface HTMLTable.IRow

All Superinterfaces:
IContent, IElement, IElementList, ISimpleElement
All Known Implementing Classes:
HTMLTable.Row
Enclosing interface:
HTMLTable

public static interface HTMLTable.IRow
extends IElement


Nested Class Summary
 
Nested classes inherited from class com.vladium.emma.report.html.doc.IElement
IElement.Factory
 
Method Summary
 HTMLTable.ICell newCell()
           
 
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
 

Method Detail

newCell

public HTMLTable.ICell newCell()