|
NextApp Echo 1.0.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo.Component
nextapp.echo.table.TableHeader
A representation of a table's header.
Nested Class Summary | |
static class |
TableHeader.DefaultHeaderRenderer
A default renderer for table header cells. |
Field Summary | |
private TableCellRenderer |
defaultRenderer
|
private Table |
table
|
Constructor Summary | |
TableHeader()
Creates a table header. |
Method Summary | |
TableCellRenderer |
getDefaultRenderer()
Returns the default cell renderer. |
Table |
getTable()
Returns the table component with which this TableHeader is associated. |
void |
invalidate()
Marks the table header as needing to be re-rendered. |
void |
setDefaultRenderer(TableCellRenderer defaultRenderer)
Sets the default cell renderer that will be used if a column does not have an assigned renderer. |
void |
setTable(Table table)
Sets the table component with which this TableHeader is associated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private TableCellRenderer defaultRenderer
private Table table
Constructor Detail |
public TableHeader()
Method Detail |
public TableCellRenderer getDefaultRenderer()
public Table getTable()
public void invalidate()
public void setDefaultRenderer(TableCellRenderer defaultRenderer)
defaultRenderer
- The new default renderer.public void setTable(Table table)
table
- The table component with which this TableHeader is
associated.
|
NextApp Echo 1.0.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |