Modifier and Type | Method and Description |
---|---|
default CellSelectionStrategy |
GridColumn.HeaderMetaData.getSelectionStrategy()
Returns the CellSelectionStrategy to handle selections of the header cell.
|
CellSelectionStrategy |
GridCell.getSelectionStrategy()
Returns the CellSelectionStrategy to handle selections of the cell.
|
Modifier and Type | Method and Description |
---|---|
void |
GridCell.setSelectionStrategy(CellSelectionStrategy selectionStrategy)
Sets the CellSelectionStrategy to handle selections of the cell.
|
Modifier and Type | Method and Description |
---|---|
CellSelectionStrategy |
BaseGridCell.getSelectionStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
BaseGridCell.setSelectionStrategy(CellSelectionStrategy selectionStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
BaseCellSelectionStrategy |
class |
HeaderSingleCellSelectionStrategy |
class |
RangeSelectionStrategy |
class |
RowSelectionStrategy |
Modifier and Type | Field and Description |
---|---|
static CellSelectionStrategy |
RowSelectionStrategy.INSTANCE |
static CellSelectionStrategy |
RangeSelectionStrategy.INSTANCE |
static CellSelectionStrategy |
HeaderSingleCellSelectionStrategy.INSTANCE |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.