com.vaadin.client.widget.grid.selection.

Interface HasUserSelectionAllowed<T>

    • Method Detail

      • isUserSelectionAllowed

        boolean isUserSelectionAllowed()

        Checks if the user is allowed to change the selection.

        Returns:

        true if the user is allowed to change the selection, false otherwise

      • setUserSelectionAllowed

        void setUserSelectionAllowed​(boolean userSelectionAllowed)

        Sets whether the user is allowed to change the selection.

        Parameters:

        userSelectionAllowed - true if the user is allowed to change the selection, false otherwise