You're viewing an older version of Framework JavaDoc. Please see version 7.7.47 for the latest.
com.vaadin.data.

Interface Container.Viewer

    • Method Detail

      • setContainerDataSource

        void setContainerDataSource​(Container newDataSource)

        Sets the Container that serves as the data source of the viewer.

        Parameters:

        newDataSource - The new data source Item

      • getContainerDataSource

        Container getContainerDataSource()

        Gets the Container serving as the data source of the viewer.

        Returns:

        data source Container