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