Package org.cruxframework.crux.core.client.datasource

Interface Summary
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 Summary
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 Summary
DataSourceExcpetion  
 



Copyright © 2014. All rights reserved.