com.vaadin.client.connectors.data.

Interface HasDataSource

    • Method Summary

      All Methods
      Modifier and Type Method 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.

    • Method Detail

      • setDataSource

        void setDataSource​(DataSource<elemental.json.JsonObject> dataSource)

        Sets the data source for this Connector.

        Parameters:

        dataSource - the new data source, not null

      • getDataSource

        DataSource<elemental.json.JsonObject> getDataSource()

        Gets the current data source for this Connector.

        Returns:

        the data source, not null