Uses of Interface
com.vaadin.client.data.DataSource
-
-
Uses of DataSource in com.vaadin.client.connectors
Methods in com.vaadin.client.connectors that return DataSource Modifier and Type Method Description DataSource<elemental.json.JsonObject>
AbstractListingConnector. getDataSource()
Methods in com.vaadin.client.connectors with parameters of type DataSource Modifier and Type Method Description void
AbstractListingConnector. setDataSource(DataSource<elemental.json.JsonObject> dataSource)
void
AbstractMultiSelectConnector. setDataSource(DataSource<elemental.json.JsonObject> dataSource)
-
Uses of DataSource in com.vaadin.client.connectors.data
Classes in com.vaadin.client.connectors.data that implement DataSource Modifier and Type Class Description class
DataCommunicatorConnector.VaadinDataSource
Client-sideDataSource
implementation to be used withDataCommunicator
.Methods in com.vaadin.client.connectors.data that return DataSource Modifier and Type Method Description DataSource<elemental.json.JsonObject>
HasDataSource. getDataSource()
Gets the current data source for this Connector.Methods in com.vaadin.client.connectors.data with parameters of type DataSource Modifier and Type Method Description void
HasDataSource. setDataSource(DataSource<elemental.json.JsonObject> dataSource)
Sets the data source for this Connector. -
Uses of DataSource in com.vaadin.client.connectors.grid
Methods in com.vaadin.client.connectors.grid with parameters of type DataSource Modifier and Type Method Description void
GridConnector. setDataSource(DataSource<elemental.json.JsonObject> dataSource)
-
Uses of DataSource in com.vaadin.client.data
Classes in com.vaadin.client.data that implement DataSource Modifier and Type Class Description class
AbstractRemoteDataSource<T>
Base implementation for data sources that fetch data from a remote system. -
Uses of DataSource in com.vaadin.client.ui.combobox
Methods in com.vaadin.client.ui.combobox with parameters of type DataSource Modifier and Type Method Description void
ComboBoxConnector. setDataSource(DataSource<elemental.json.JsonObject> dataSource)
-
Uses of DataSource in com.vaadin.client.ui.nativeselect
Methods in com.vaadin.client.ui.nativeselect with parameters of type DataSource Modifier and Type Method Description void
NativeSelectConnector. setDataSource(DataSource<elemental.json.JsonObject> dataSource)
-
Uses of DataSource in com.vaadin.client.ui.optiongroup
Methods in com.vaadin.client.ui.optiongroup with parameters of type DataSource Modifier and Type Method Description void
CheckBoxGroupConnector. setDataSource(DataSource<elemental.json.JsonObject> dataSource)
void
RadioButtonGroupConnector. setDataSource(DataSource<elemental.json.JsonObject> dataSource)
-
Uses of DataSource in com.vaadin.client.ui.treegrid
Methods in com.vaadin.client.ui.treegrid with parameters of type DataSource Modifier and Type Method Description void
TreeGridConnector. setDataSource(DataSource<elemental.json.JsonObject> dataSource)
-
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 class
ListDataSource<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 void
Grid. setDataSource(DataSource<T> dataSource)
Sets the data source used by this grid.
-