public class TablePageControl<T extends JTable & VirtualTableOwner> extends AbstractPageControl<T>
Modifier and Type | Field and Description |
---|---|
protected RowSorter.SortKey |
sortKey |
changeListeners, component, lastQuery, log, pager, rowsPerPage
DYNAMIC_ROW_COUNT
Constructor and Description |
---|
TablePageControl(T table) |
Modifier and Type | Method and Description |
---|---|
void |
changeModel(SELECT select,
Object[] params,
int showPageIndex) |
RowSorter |
createRowSorter(TableModel model) |
VirtualTable |
getVirtualTable() |
int |
getVisibleRowCount() |
boolean |
isSingleRowPager() |
addChangeListener, firstPage, getActualRowCount, getCurrentPageIndex, getMaxPageIndex, getRowsPerPage, gotoPage, handle, hasNextPage, hasPreviousPage, lastPage, nextPage, previousPage, refresh, rowsPerPageChanged, setRowsPerPage, updateModel
protected RowSorter.SortKey sortKey
public TablePageControl(T table)
public boolean isSingleRowPager()
public VirtualTable getVirtualTable()
public RowSorter createRowSorter(TableModel model)
public void changeModel(SELECT select, Object[] params, int showPageIndex) throws DBException
changeModel
in class AbstractPageControl<T extends JTable & VirtualTableOwner>
DBException
public int getVisibleRowCount()
getVisibleRowCount
in class AbstractPageControl<T extends JTable & VirtualTableOwner>
Copyright © 2003–2020 XDEV Software. All rights reserved.