T
- The Type of valuepublic interface GridCell<T>
Modifier and Type | Field and Description |
---|---|
static GridCellEditAction |
DEFAULT_EDIT_ACTION
The default
GridCellEditAction when otherwise undefined. |
Modifier and Type | Method and Description |
---|---|
void |
collapse()
Collapse the cell.
|
void |
expand()
Expand the cell.
|
int |
getMergedCellCount()
Returns the number of cells merged into this cell.
|
CellSelectionStrategy |
getSelectionStrategy()
Returns the CellSelectionStrategy to handle selections of the cell.
|
default GridCellEditAction |
getSupportedEditAction()
Returns the default action that will trigger editing of the cells value.
|
GridCellValue<T> |
getValue()
Returns the value holder for the cell.
|
boolean |
isCollapsed()
Returns whether the cell is collapsed.
|
boolean |
isMerged()
Returns whether the cell is in a merged state
|
void |
reset()
Reset the cell to a non-merged, non-collapsed state.
|
void |
setSelectionStrategy(CellSelectionStrategy selectionStrategy)
Sets the CellSelectionStrategy to handle selections of the cell.
|
static final GridCellEditAction DEFAULT_EDIT_ACTION
GridCellEditAction
when otherwise undefined.GridCellValue<T> getValue()
boolean isMerged()
int getMergedCellCount()
boolean isCollapsed()
void collapse()
void expand()
void reset()
CellSelectionStrategy getSelectionStrategy()
void setSelectionStrategy(CellSelectionStrategy selectionStrategy)
default GridCellEditAction getSupportedEditAction()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.