public abstract class TablePages extends AbstractTableViewComponent
TableView
.
The component generates a list of pages in the Table centered around the current one and allows you to navigate to other pages.
Please see the Component Reference for details on how to use this component. [Component Reference]
Constructor and Description |
---|
TablePages() |
Modifier and Type | Method and Description |
---|---|
void |
changePage(org.apache.tapestry.IRequestCycle objCycle) |
java.lang.Object[] |
getBackPageContext() |
boolean |
getCondBack() |
boolean |
getCondCurrent() |
boolean |
getCondFwd() |
int |
getCurrentPage() |
int |
getDisplayPage()
Returns the displayPage.
|
java.lang.Object[] |
getDisplayPageContext() |
java.lang.Object[] |
getFirstPageContext() |
java.lang.Object[] |
getFwdPageContext() |
java.lang.Object[] |
getLastPageContext() |
int |
getPageCount() |
java.lang.Integer[] |
getPageList() |
abstract int |
getPagesDisplayed() |
int |
getStartPage() |
int |
getStopPage() |
void |
setCurrentPage(ITableModelSource objSource,
int nPage) |
void |
setDisplayPage(int displayPage)
Sets the displayPage.
|
getTableModelSource
addOuter, finishLoad, renderComponent
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAsset, addBody, addComponent, enterActiveState, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty
public TablePages()
public abstract int getPagesDisplayed()
public int getDisplayPage()
public void setDisplayPage(int displayPage)
displayPage
- The displayPage to setpublic int getCurrentPage()
public int getPageCount()
public boolean getCondBack()
public boolean getCondFwd()
public boolean getCondCurrent()
public int getStartPage()
public int getStopPage()
public java.lang.Integer[] getPageList()
public java.lang.Object[] getFirstPageContext()
public java.lang.Object[] getLastPageContext()
public java.lang.Object[] getBackPageContext()
public java.lang.Object[] getFwdPageContext()
public java.lang.Object[] getDisplayPageContext()
public void changePage(org.apache.tapestry.IRequestCycle objCycle)
public void setCurrentPage(ITableModelSource objSource, int nPage)