com.tonbeller.wcf.table
Interface CellRenderer

All Known Implementing Classes:
DefaultCellRenderer

public interface CellRenderer

renders the content of a cell. If you create your own renderer, you put it into the TableColumn object for the column.


Method Summary
 void render(RequestContext context, org.w3c.dom.Element td, java.lang.Object cell)
           
 

Method Detail

render

public void render(RequestContext context,
                   org.w3c.dom.Element td,
                   java.lang.Object cell)
            throws FormatException
Throws:
FormatException