Modifier and Type | Method and Description |
---|---|
GridCellValue<T> |
GridCell.getValue()
Returns the value holder for the cell.
|
Modifier and Type | Method and Description |
---|---|
GridData.Range |
GridData.setCellValue(int rowIndex,
int columnIndex,
GridCellValue<?> value)
Sets a cell value at the specified physical coordinate.
|
Modifier and Type | Method and Description |
---|---|
default void |
GridColumn.edit(GridCell<T> cell,
GridBodyCellEditContext context,
Consumer<GridCellValue<T>> callback)
Edit the cell (normally in response to a mouse double-click event)
|
default void |
GridColumn.edit(GridCell<T> cell,
GridBodyCellRenderContext context,
Consumer<GridCellValue<T>> callback)
Edit the cell (normally in response to a mouse double-click event)
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGridCellValue<T>
Base implementation of a grid cell value holder to avoid boiler-plate for more specific implementations.
|
Modifier and Type | Field and Description |
---|---|
protected GridCellValue<T> |
BaseGridCell.value |
Modifier and Type | Method and Description |
---|---|
GridCellValue<T> |
BaseGridCell.getValue() |
Modifier and Type | Method and Description |
---|---|
GridData.Range |
BaseGridData.setCellValue(int rowIndex,
int columnIndex,
GridCellValue<?> value) |
Constructor and Description |
---|
BaseGridCell(GridCellValue<T> value) |
Modifier and Type | Method and Description |
---|---|
void |
EditorPopup.edit(GridCellValue<String> value,
Consumer<GridCellValue<String>> callback)
Show the popup
|
Modifier and Type | Method and Description |
---|---|
void |
EditorPopup.edit(GridCellValue<String> value,
Consumer<GridCellValue<String>> callback)
Show the popup
|
Modifier and Type | Method and Description |
---|---|
void |
BooleanDOMElementColumn.edit(GridCell<Boolean> cell,
GridBodyCellRenderContext context,
Consumer<GridCellValue<Boolean>> callback) |
void |
StringPopupColumn.edit(GridCell<String> cell,
GridBodyCellRenderContext context,
Consumer<GridCellValue<String>> callback) |
void |
StringDOMElementSingletonColumn.edit(GridCell<String> cell,
GridBodyCellRenderContext context,
Consumer<GridCellValue<String>> callback) |
void |
ListBoxDOMElementSingletonColumn.edit(GridCell<String> cell,
GridBodyCellRenderContext context,
Consumer<GridCellValue<String>> callback) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.