|
SPT Core API | |||||||||
| 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
com.sptci.epng.PageableTableNavigation
public class PageableTableNavigation
A controller for tables containing PageableTableModel backed
tables.
Modified by Rakesh Vidyadharan to set general styles for components.
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)
Create a new instance of the navigation component using the specified table component. |
|
| Method Summary | |
|---|---|
protected void |
doLayout()
Modified to not display the SelectField for changing results per page. |
PageableTableModel |
getModel()
Return the model backing this navigation component. |
void |
init()
|
protected void |
reset()
|
void |
setCurrentPage(int page)
Set the page that is to be displayed. |
| 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)
table - The table whose model is used as the backing
(model) for this navigation component.| Method Detail |
|---|
public void init()
init in class ComponentComponent.init()protected void doLayout()
protected void reset()
public PageableTableModel getModel()
public void setCurrentPage(int page)
page - The number of the page that is to be displayed.
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||