| Interface | Description |
|---|---|
| DataSource<E> |
A Datasource is used to provide information to widgets that implements
HasDataSource interface,
like Crux Grid. |
| HasDataSource<T extends DataSource<?>> |
Interface to be implemented by classes that are capable of using data sources.
|
| LocalDataSource<E> |
A DataSource that loads all data and store it locally on client browser
|
| LocalDataSourceCallback | |
| MeasurableDataSource<E> | |
| MeasurablePagedDataSource<E> | |
| MeasurableRemoteDataSource<E> | |
| PagedDataSource<E> |
A DataSource that supports pagination
|
| RegisteredDataSources |
Contains all DataSources declared.
|
| RemoteDataSource<E> | |
| RemoteDataSourceCallback | |
| StreamingDataSource<E> |
| Class | Description |
|---|---|
| ColumnDefinition<V,R> |
Metadata information about a DataSource column
|
| ColumnDefinitions<E> | |
| DataSourceAsyncCallbackAdapter<T> | |
| DataSourceRecord<T> |
A record in a datasource.
|
| DataSourceRecord.DataSourceRecordState | |
| LocalPagedDataSource<T> | |
| LocalScrollableDataSource<T> | |
| RemoteDataSourceConfiguration | |
| RemoteDataSourceLoadAsyncCallbackAdapter | |
| RemotePagedDataSource<T> | |
| RemoteStreamingDataSource<T> |
| Exception | Description |
|---|---|
| DataSourceExcpetion |
Copyright © 2015. All rights reserved.