com.vaadin.client.widget.grid.events.

Interface GridSelectionAllowedHandler

  • All Superinterfaces:

    com.google.gwt.event.shared.EventHandler

    All Known Implementing Classes:

    Grid.SelectionColumn

    public interface GridSelectionAllowedHandler
    extends com.google.gwt.event.shared.EventHandler

    Handler for a Grid GridSelectionAllowedEvent, called when the Grid is becomes allowed for selection or disallowed.

    Since:

    8.0

    Author:

    Vaadin Ltd

    See Also:

    GridSelectionAllowedEvent