public interface GridSelectionAllowedHandler
extends com.google.gwt.event.shared.EventHandler
GridSelectionAllowedEvent
, called when the Grid is
becomes allowed for selection or disallowed.GridSelectionAllowedEvent
Modifier and Type | Method and Description |
---|---|
void |
onSelectionAllowed(GridSelectionAllowedEvent event)
Called when Grid selection is allowed value changes.
|
void onSelectionAllowed(GridSelectionAllowedEvent event)
event
- the GridSelectionAllowedEvent
that was firedCopyright © 2018 Vaadin Ltd. All rights reserved.