| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.datasource | |
| org.cruxframework.crux.core.client.datasource.pager |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MeasurablePagedDataSource<E> |
interface |
MeasurableRemoteDataSource<E> |
interface |
RemoteDataSource<E> |
interface |
StreamingDataSource<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalPagedDataSource<T> |
class |
RemotePagedDataSource<T> |
class |
RemoteStreamingDataSource<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Pageable<T extends PagedDataSource<?>>
Define a base interface for classes that are capable to be paged by a
Pager. |
| Modifier and Type | Field and Description |
|---|---|
protected PagedDataSource<T> |
AbstractPageable.dataSource |
| Modifier and Type | Method and Description |
|---|---|
<T extends PagedDataSource<?>> |
Pager.getPageable()
Retrieves the bound pageable
|
<T extends PagedDataSource<?>> |
AbstractPager.getPageable() |
| Modifier and Type | Method and Description |
|---|---|
PagedDataSource<T> |
AbstractPageable.getDataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPageable.setDataSource(PagedDataSource<T> dataSource,
boolean autoLoadData) |
Copyright © 2014. All rights reserved.