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

Interface Grid.SelectionModel.HasUserSelectionAllowed

    • 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