public class HeaderCellRenderer extends Object implements TableCellRenderer
© Copyright 2007 Sans Pareil Technologies, Inc.
HeaderCellRenderer,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
STYLE_NAME
The name of the
Style used to style this
component. |
| Constructor and Description |
|---|
HeaderCellRenderer() |
| Modifier and Type | Method and Description |
|---|---|
Component |
getTableCellRendererComponent(Table table,
Object value,
int column,
int row)
Returns a
Button containing the Object.toString() value of the model value. |
public static final String STYLE_NAME
Style used to style this
component.public Component getTableCellRendererComponent(Table table, Object value, int column, int row)
Button containing the Object.toString() value of the model value.getTableCellRendererComponent in interface TableCellRenderertable - The table for which the cell renderer is to be returned.value - The value that is to be displayed in the cell.column - The column index at which the value is to be displayed.row - The row index in which the column is to be displayed.null
if the model value is null.TableCellRenderer.getTableCellRendererComponent(nextapp.echo.app.Table, java.lang.Object, int, int)