public class HeaderSingleCellSelectionStrategy extends BaseCellSelectionStrategy
| Modifier and Type | Field and Description |
|---|---|
static CellSelectionStrategy |
INSTANCE |
| Constructor and Description |
|---|
HeaderSingleCellSelectionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleSelection(GridData model,
int uiHeaderRowIndex,
int uiHeaderColumnIndex,
boolean isShiftKeyDown,
boolean isControlKeyDown)
Handle a single cell selection.
|
hasSelectionChangedpublic static CellSelectionStrategy INSTANCE
public boolean handleSelection(GridData model, int uiHeaderRowIndex, int uiHeaderColumnIndex, boolean isShiftKeyDown, boolean isControlKeyDown)
CellSelectionStrategymodel - Underlying GridData model.uiHeaderRowIndex - Index of row as seen in the UIuiHeaderColumnIndex - Index of the column as seen in the UIisShiftKeyDown - True if the shift key is pressed.isControlKeyDown - True if the control key is pressed.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.