Interface Grid.SelectionModel.HasUserSelectionAllowed

    • Method Detail

      • isUserSelectionAllowed

        boolean isUserSelectionAllowed()
        Deprecated.
        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)
        Deprecated.
        Sets whether the user is allowed to change the selection.
        Parameters:
        userSelectionAllowed - true if the user is allowed to change the selection, false otherwise