public class FormularPageControl<C extends JComponent & Formular> extends AbstractPageControl<C>
changeListeners, component, lastQuery, log, pager, rowsPerPage
DYNAMIC_ROW_COUNT
Constructor and Description |
---|
FormularPageControl(C c) |
Modifier and Type | Method and Description |
---|---|
void |
changeModel(VirtualTable vt,
SELECT select,
Object[] params,
int showPageIndex) |
VirtualTable |
getVirtualTable() |
int |
getVisibleRowCount() |
boolean |
isSingleRowPager() |
void |
setRowsPerPage(int rowsPerPage) |
protected void |
updateModel(Result data) |
addChangeListener, changeModel, firstPage, getActualRowCount, getCurrentPageIndex, getMaxPageIndex, getRowsPerPage, gotoPage, handle, hasNextPage, hasPreviousPage, lastPage, nextPage, previousPage, refresh, rowsPerPageChanged
public FormularPageControl(C c)
public int getVisibleRowCount()
getVisibleRowCount
in class AbstractPageControl<C extends JComponent & Formular>
public void setRowsPerPage(int rowsPerPage)
setRowsPerPage
in interface PageControl
setRowsPerPage
in class AbstractPageControl<C extends JComponent & Formular>
public boolean isSingleRowPager()
public void changeModel(VirtualTable vt, SELECT select, Object[] params, int showPageIndex) throws DBException
DBException
public VirtualTable getVirtualTable()
protected void updateModel(Result data) throws VirtualTableException, DBException
updateModel
in class AbstractPageControl<C extends JComponent & Formular>
VirtualTableException
DBException
Copyright © 2003–2020 XDEV Software. All rights reserved.