Class GridSelectionAllowedEvent


  • public class GridSelectionAllowedEvent
    extends com.google.gwt.event.shared.GwtEvent<GridSelectionAllowedHandler>
    A selection allowed event, fired by the Grid when its selection allowed value changes.
    Since:
    8.0
    Author:
    Vaadin Ltd
    • Constructor Detail

      • GridSelectionAllowedEvent

        public GridSelectionAllowedEvent​(boolean selectionAllowed)
        Creates a new event instance.
        Parameters:
        selectionAllowed - selection allowed value
    • Method Detail

      • isSelectionAllowed

        public boolean isSelectionAllowed()
        Gets selection allowed value.
        Returns:
        true if selection is allowed, false otherwise