org.cruxframework.crux.core.client.datasource
Interface StreamingDataSource<E>

All Superinterfaces:
DataSource<E>, PagedDataSource<E>, RemoteDataSource<E>
All Known Implementing Classes:
RemoteStreamingDataSource

public interface StreamingDataSource<E>
extends RemoteDataSource<E>, PagedDataSource<E>

Author:
Thiago da Rosa de Bustamante

Method Summary
 
Methods inherited from interface org.cruxframework.crux.core.client.datasource.RemoteDataSource
cancelFetching, fetch, setCallback, update, updateData, updateData
 
Methods inherited from interface org.cruxframework.crux.core.client.datasource.PagedDataSource
getCurrentPage, getCurrentPageSize, getPageSize, getRecordIndex, hasNextPage, hasPreviousPage, nextPage, previousPage, selectRecord, setPageSize
 
Methods inherited from interface org.cruxframework.crux.core.client.datasource.DataSource
clearChanges, cloneDTO, copyValueToWidget, firstRecord, getBoundObject, getBoundObject, getColumnDefinitions, getNewRecords, getRecord, getRemovedRecords, getSelectedRecords, getUpdatedRecords, getValue, getValue, hasNextRecord, hasPreviousRecord, insertRecord, nextRecord, previousRecord, removeRecord, reset, setColumnDefinitions, setValue, sort, sort, updateState
 



Copyright © 2014. All rights reserved.