public interface ContiguousSelectProvider
Modifier and Type | Method | 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 eventBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.