|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo2.app.Component
nextapp.echo2.app.Row
echopointng.table.PageableTableNavigation
public class PageableTableNavigation
A controller for tables containing
PageableTableModel backed tables.
BUGBUG: Need to support internationalization
| Field Summary |
|---|
| Fields inherited from class nextapp.echo2.app.Row |
|---|
PROPERTY_ALIGNMENT, PROPERTY_BORDER, PROPERTY_CELL_SPACING, PROPERTY_INSETS |
| Constructor Summary | |
|---|---|
PageableTableNavigation(Table table)
|
|
| Method Summary | |
|---|---|
protected void |
doLayout()
|
protected PageableTableModel |
getModel()
|
void |
init()
Life-cycle method invoked when the Component is added
to a registered hierarchy. |
protected void |
reset()
|
| Methods inherited from class nextapp.echo2.app.Row |
|---|
getAlignment, getBorder, getCellSpacing, getInsets, setAlignment, setBorder, setCellSpacing, setInsets |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageableTableNavigation(Table table)
| Method Detail |
|---|
public void init()
ComponentComponent is added
to a registered hierarchy. Implementations should always invoke
super.init().
Modifications to the component hierarchy are not allowed within this
method.
init in class ComponentComponent.init()protected void doLayout()
protected void reset()
protected PageableTableModel getModel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||