public interface HasDataSource
DataSource| Modifier and Type | Method and Description |
|---|---|
DataSource<elemental.json.JsonObject> |
getDataSource()
Gets the current data source for this Connector.
|
void |
setDataSource(DataSource<elemental.json.JsonObject> dataSource)
Sets the data source for this Connector.
|
void setDataSource(DataSource<elemental.json.JsonObject> dataSource)
dataSource - the new data source, not nullDataSource<elemental.json.JsonObject> getDataSource()
Copyright © 2021 Vaadin Ltd. All rights reserved.