public interface DisplayableTable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertValueToText(java.lang.Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
Called by the renderers to convert the specified value to
text.
|
java.lang.String convertValueToText(java.lang.Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
value - the Object to convert to textisSelected - true if cell is selectedhasFocus - true if cell has focusrow - the row of the cell to rendercolumn - the column of the cell to renderString representation of the node's value