Modifier and Type | Method and Description |
---|---|
default void |
GridColumn.HeaderMetaData.edit(GridBodyCellEditContext context)
Puts the
GridColumn.HeaderMetaData into 'edit' mode. |
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)
|
Modifier and Type | Method and Description |
---|---|
static GridBodyCellEditContext |
CellContextUtilities.makeCellRenderContext(GridWidget gridWidget,
BaseGridRendererHelper.RenderingInformation ri,
BaseGridRendererHelper.ColumnInformation ci,
int uiRowIndex) |
static GridBodyCellEditContext |
CellContextUtilities.makeHeaderCellRenderContext(GridWidget gridWidget,
BaseGridRendererHelper.RenderingInformation ri,
BaseGridRendererHelper.ColumnInformation ci,
int uiHeaderRowIndex) |
static GridBodyCellEditContext |
CellContextUtilities.makeHeaderCellRenderContext(GridWidget gridWidget,
BaseGridRendererHelper.RenderingInformation ri,
BaseGridRendererHelper.ColumnInformation ci,
com.ait.lienzo.client.core.types.Point2D rp,
int uiHeaderRowIndex) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseCellSelectionManager.doEdit(GridBodyCellEditContext context) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.