|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo.table.DefaultTableCellRenderer
echopoint.table.ComponentTableCellRenderer
public class ComponentTableCellRenderer
This TableCellRenderer implementation allows Components to be rendered in table cells well as other Object values, which are rendered via there toString method().
Constructor Summary | |
---|---|
ComponentTableCellRenderer()
|
Method Summary | |
---|---|
Component |
getTableCellRendererComponent(Table table,
java.lang.Object value,
int column,
int row)
Returns a component that will be rendered at the given coordinate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentTableCellRenderer()
Method Detail |
---|
public Component getTableCellRendererComponent(Table table, java.lang.Object value, int column, int row)
TableCellRenderer
getTableCellRendererComponent
in interface TableCellRenderer
getTableCellRendererComponent
in class DefaultTableCellRenderer
table
- The table for which the component is to be generated.value
- The value for which to generate a component.column
- The column coordinate of the value in the table.row
- The row coordinate of the value in the table.
DefaultTableCellRenderer.getTableCellRendererComponent(nextapp.echo.Table, java.lang.Object, int, int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |