| Modifier and Type | Method and Description |
|---|---|
DataSource<elemental.json.JsonObject> |
AbstractListingConnector.getDataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMultiSelectConnector.setDataSource(DataSource<elemental.json.JsonObject> dataSource) |
void |
AbstractListingConnector.setDataSource(DataSource<elemental.json.JsonObject> dataSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataCommunicatorConnector.VaadinDataSource
Client-side
DataSource implementation to be used with
DataCommunicator. |
| Modifier and Type | Method and Description |
|---|---|
DataSource<elemental.json.JsonObject> |
HasDataSource.getDataSource()
Gets the current data source for this Connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HasDataSource.setDataSource(DataSource<elemental.json.JsonObject> dataSource)
Sets the data source for this Connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConnector.setDataSource(DataSource<elemental.json.JsonObject> dataSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRemoteDataSource<T>
Base implementation for data sources that fetch data from a remote system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComboBoxConnector.setDataSource(DataSource<elemental.json.JsonObject> dataSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeSelectConnector.setDataSource(DataSource<elemental.json.JsonObject> dataSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
RadioButtonGroupConnector.setDataSource(DataSource<elemental.json.JsonObject> dataSource) |
void |
CheckBoxGroupConnector.setDataSource(DataSource<elemental.json.JsonObject> dataSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeGridConnector.setDataSource(DataSource<elemental.json.JsonObject> dataSource) |
| 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 © 2021 Vaadin Ltd. All rights reserved.