Uses of Interface
com.vaadin.client.data.DataSource
-
Packages that use DataSource Package Description com.vaadin.client.connectors com.vaadin.client.data com.vaadin.client.widget.grid.datasources com.vaadin.client.widgets -
-
Uses of DataSource in com.vaadin.client.connectors
Classes in com.vaadin.client.connectors that implement DataSource Modifier and Type Class Description classRpcDataSourceConnector.RpcDataSource -
Uses of DataSource in com.vaadin.client.data
Classes in com.vaadin.client.data that implement DataSource Modifier and Type Class Description classAbstractRemoteDataSource<T>Base implementation for data sources that fetch data from a remote system. -
Uses of DataSource in com.vaadin.client.widget.grid.datasources
Classes in com.vaadin.client.widget.grid.datasources that implement DataSource Modifier and Type Class Description classListDataSource<T>A simple list based on an in-memory data source for simply adding a list of row pojos to the grid. -
Uses of DataSource in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return DataSource Modifier and Type Method Description DataSource<T>Grid. getDataSource()Gets the for this Grid.Methods in com.vaadin.client.widgets with parameters of type DataSource Modifier and Type Method Description voidGrid. setDataSource(DataSource<T> dataSource)Sets the data source used by this grid.
-