| Modifier and Type | Class and Description |
|---|---|
class |
ListResultPager<T> |
| Modifier and Type | Method and Description |
|---|---|
ResultPager<T> |
DataAccessObject.page(Map<String,Object> where,
Map<String,Boolean> orderBy) |
ResultPager<Record> |
DelegatingRecordStore.page(Query query) |
| Modifier and Type | Method and Description |
|---|---|
ResultPager<Record> |
RecordStore.page(Query query) |
ResultPager<Record> |
AbstractRecordStore.page(Query query) |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleJdbcQueryResultPager |
| Modifier and Type | Method and Description |
|---|---|
ResultPager<Record> |
OracleRecordStore.page(Query query) |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLJdbcQueryResultPager |
| Modifier and Type | Method and Description |
|---|---|
ResultPager<Record> |
PostgreSQLRecordStore.page(Query query) |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcQueryResultPager |
| Modifier and Type | Method and Description |
|---|---|
ResultPager<Record> |
AbstractJdbcRecordStore.page(Query query) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ComboBox |
ResultPagerComboBoxModel.create(ResultPager<T> codeTable,
boolean allowNull,
String... fieldNames) |
void |
ResultPagerComboBoxModel.setPager(ResultPager<T> pager) |
| Constructor and Description |
|---|
ResultPagerComboBoxModel(ResultPager<T> pager) |
ResultPagerComboBoxModel(ResultPager<T> pager,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
ResultPager<T> |
ResultPagerListModel.getPager() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultPagerListModel.setPager(ResultPager<T> pager) |
| Constructor and Description |
|---|
ResultPagerListModel(ResultPager<T> pager) |
| Modifier and Type | Method and Description |
|---|---|
ResultPager<T> |
HtmlUiBuilder.getResultPager(Map<String,Object> filter) |
ResultPager<Record> |
RecordHtmlUiBuilder.getResultPager(Query query) |
| Constructor and Description |
|---|
ResultPagerView(ResultPager<?> resultPager,
String newBaseUrl,
Map<String,Object> newParameters)
Construct a new ResultPagerView.
|
Copyright © 2015 Revolution Systems Inc.. All rights reserved.