| 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<?>>
Deprecated.
Use DataProvider instead.
|
| Modifier and Type | Field and Description |
|---|---|
protected PagedDataSource<T> |
AbstractPageable.dataSource
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends PagedDataSource<?>> |
Pager.getPageable()
Deprecated.
Retrieves the bound pageable
|
<T extends PagedDataSource<?>> |
AbstractPager.getPageable()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PagedDataSource<T> |
AbstractPageable.getDataSource()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPageable.setDataSource(PagedDataSource<T> dataSource,
boolean autoLoadData)
Deprecated.
|
Copyright © 2015. All rights reserved.