com.vaadin.shared.data.selection.

Interface GridMultiSelectServerRpc

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void deselectAll()

      All rows in grid have been deselected with the select all checkbox in header.

      void selectAll()

      All rows in grid have been selected with the select all checkbox in header.

    • Method Detail

      • selectAll

        void selectAll()

        All rows in grid have been selected with the select all checkbox in header.

      • deselectAll

        void deselectAll()

        All rows in grid have been deselected with the select all checkbox in header.

        This can happen only if the all the rows were previously selected.