WUI : API


org.westofj.wui.table
Interface WTableCellRenderer


public interface WTableCellRenderer

Renders the data for a table cell.

Version:
$Revision: 1.1 $, $Date: 2003/08/29 10:46:54 $
Author:
bill

Method Summary
 String renderCell(WRunner runner, Object object)
          Renders the data for a cell in a table.
 

Method Detail

renderCell

public String renderCell(WRunner runner,
                         Object object)
Renders the data for a cell in a table.

Parameters:
runner - the active runner context.
object - the object to render.
Returns:
String the rendered html for the object.

Copyright (c) 2003 West of J - All rights reserved.