public interface ContiguousSelectProvider
Modifier and Type | Method and Description |
---|---|
boolean |
isSelectionAllowed(ContiguousSelectEvent event)
Called to resolve whether a selection is allowed.
|
void |
select(ContiguousSelectEvent event)
Should perform the selection.
|
boolean isSelectionAllowed(ContiguousSelectEvent event)
event
- the range select eventvoid select(ContiguousSelectEvent event)
event
- the range select event