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 voidAbstractListingConnector. setDataSource(DataSource<elemental.json.JsonObject> dataSource)voidAbstractMultiSelectConnector. 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 classDataCommunicatorConnector.VaadinDataSourceClient-sideDataSourceimplementation 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 voidHasDataSource. 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 voidGridConnector. 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 classAbstractRemoteDataSource<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 voidComboBoxConnector. 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 voidNativeSelectConnector. 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 voidCheckBoxGroupConnector. setDataSource(DataSource<elemental.json.JsonObject> dataSource)voidRadioButtonGroupConnector. 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 voidTreeGridConnector. 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 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.
-