Modifier and Type | Method and Description |
---|---|
boolean |
BaseGridWidget.adjustSelection(SelectionExtension direction,
boolean isShiftKeyDown) |
Modifier and Type | Method and Description |
---|---|
static SelectionExtension |
SelectionExtension.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionExtension[] |
SelectionExtension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CellSelectionManager.adjustSelection(SelectionExtension direction,
boolean isShiftKeyDown)
Adjusts an existing selection, based on the selection origin, depending on the
provided parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BaseCellSelectionManager.adjustSelection(SelectionExtension direction,
boolean isShiftKeyDown) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.