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 eventBuilt on August 28 2016. | Portions Copyright 1997-2016 Oracle. All rights reserved.