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

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

public static interface HTMLTable.ICell
extends IElement


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

setColspan

public HTMLTable.ICell setColspan(int span)