| Package | Description |
|---|---|
| com.vaadin.client.connectors | |
| com.vaadin.client.data | |
| com.vaadin.client.widget.grid.datasources | |
| com.vaadin.client.widgets |
| Modifier and Type | Class and Description |
|---|---|
class |
RpcDataSourceConnector.RpcDataSource |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRemoteDataSource<T>
Base implementation for data sources that fetch data from a remote system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListDataSource<T>
A simple list based on an in-memory data source for simply adding a list of
row pojos to the grid.
|
| Modifier and Type | Method and Description |
|---|---|
DataSource<T> |
Grid.getDataSource()
Gets the for this Grid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setDataSource(DataSource<T> dataSource)
Sets the data source used by this grid.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.