Uses of Interface
org.cruxframework.crux.core.client.datasource.DataSource

Packages that use DataSource
org.cruxframework.crux.core.client.datasource   
org.cruxframework.crux.core.client.screen   
org.cruxframework.crux.core.client.screen.views   
 

Uses of DataSource in org.cruxframework.crux.core.client.datasource
 

Classes in org.cruxframework.crux.core.client.datasource with type parameters of type DataSource
 interface HasDataSource<T extends DataSource<?>>
          Interface to be implemented by classes that are capable of using data sources.
 

Subinterfaces of DataSource in org.cruxframework.crux.core.client.datasource
 interface LocalDataSource<E>
          A DataSource that loads all data and store it locally on client browser
 interface MeasurableDataSource<E>
           
 interface MeasurablePagedDataSource<E>
           
 interface MeasurableRemoteDataSource<E>
           
 interface PagedDataSource<E>
          A DataSource that supports pagination
 interface RemoteDataSource<E>
           
 interface StreamingDataSource<E>
           
 

Classes in org.cruxframework.crux.core.client.datasource that implement DataSource
 class LocalPagedDataSource<T>
           
 class LocalScrollableDataSource<T>
           
 class RemotePagedDataSource<T>
           
 class RemoteStreamingDataSource<T>
           
 

Methods in org.cruxframework.crux.core.client.datasource that return DataSource
 DataSource<?> RegisteredDataSources.getDataSource(String id)
           
 

Constructors in org.cruxframework.crux.core.client.datasource with parameters of type DataSource
DataSourceRecord(DataSource<T> dataSource, Object identifier)
           
 

Uses of DataSource in org.cruxframework.crux.core.client.screen
 

Methods in org.cruxframework.crux.core.client.screen that return DataSource
 DataSource<?> ScreenFactory.createDataSource(String dataSource)
          Deprecated. Use View.createDataSource()
static DataSource<?> Screen.createDataSource(String dataSource)
           
 DataSource<?> ScreenFactory.getDataSource(String dataSource)
          Deprecated. - Use createDataSource(java.lang.String) instead.
 

Uses of DataSource in org.cruxframework.crux.core.client.screen.views
 

Methods in org.cruxframework.crux.core.client.screen.views that return DataSource
abstract  DataSource<?> View.createDataSource(String dataSource)
          Create a new DataSource instance
 



Copyright © 2014. All rights reserved.