Uses of Package
com.vaadin.client.data
-
Classes in com.vaadin.client.data used by com.vaadin.client.connectors Class Description AbstractRemoteDataSource Base implementation for data sources that fetch data from a remote system.AbstractRemoteDataSource.RequestRowsCallback Callback used byAbstractRemoteDataSource.requestRows(int, int, RequestRowsCallback)
to pass data to the underlying implementation when data has been fetched.AbstractRemoteDataSource.RowHandleImpl DataSource Source of data for widgets showing lazily loaded data based on indexable items (e.g.DataSource.RowHandle -
Classes in com.vaadin.client.data used by com.vaadin.client.data Class Description AbstractRemoteDataSource Base implementation for data sources that fetch data from a remote system.AbstractRemoteDataSource.RequestRowsCallback Callback used byAbstractRemoteDataSource.requestRows(int, int, RequestRowsCallback)
to pass data to the underlying implementation when data has been fetched.AbstractRemoteDataSource.RowHandleImpl CacheStrategy Determines what data anAbstractRemoteDataSource
should fetch and keep cached.CacheStrategy.AbstractBasicSymmetricalCacheStrategy A helper class for creating a simple symmetric cache strategy that uses the same logic for both rows before and after the currently cached range.DataChangeHandler Callback interface used byDataSource
to inform its user about updates to the data.DataSource Source of data for widgets showing lazily loaded data based on indexable items (e.g.DataSource.RowHandle -
Classes in com.vaadin.client.data used by com.vaadin.client.widget.grid.datasources Class Description DataChangeHandler Callback interface used byDataSource
to inform its user about updates to the data.DataSource Source of data for widgets showing lazily loaded data based on indexable items (e.g.DataSource.RowHandle -
Classes in com.vaadin.client.data used by com.vaadin.client.widget.grid.selection Class Description DataSource.RowHandle -
Classes in com.vaadin.client.data used by com.vaadin.client.widgets Class Description DataSource Source of data for widgets showing lazily loaded data based on indexable items (e.g.