public class DefaultTableCellRenderer extends java.lang.Object implements TableCellRenderer
TableCellRenderer implementation.| Constructor and Description |
|---|
DefaultTableCellRenderer() |
| Modifier and Type | Method and Description |
|---|---|
Component |
getTableCellRendererComponent(Table table,
java.lang.Object value,
int column,
int row)
Returns a
Label containing the toString() value of the
model value. |
public Component getTableCellRendererComponent(Table table, java.lang.Object value, int column, int row)
Label containing the toString() value of the
model value. Returns null in the event the model value is null.getTableCellRendererComponent in interface TableCellRenderertable - the Table for which the rendering is occurringvalue - the value retrieved from the TableModel for the
specified coordinatecolumn - the column index to renderrow - the row index to renderTableCellRenderer.getTableCellRendererComponent(
nextapp.echo.app.Table, java.lang.Object, int, int)