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