public class CellContextUtilities extends Object
Constructor and Description |
---|
CellContextUtilities() |
Modifier and Type | Method and Description |
---|---|
static void |
editSelectedCell(GridWidget gridWidget) |
static void |
editSelectedCell(GridWidget gridWidget,
com.ait.lienzo.client.core.types.Point2D relativeLocation) |
static GridBodyCellEditContext |
makeCellRenderContext(GridWidget gridWidget,
BaseGridRendererHelper.RenderingInformation ri,
BaseGridRendererHelper.ColumnInformation ci,
int uiRowIndex) |
static GridBodyCellEditContext |
makeHeaderCellRenderContext(GridWidget gridWidget,
BaseGridRendererHelper.RenderingInformation ri,
BaseGridRendererHelper.ColumnInformation ci,
int uiHeaderRowIndex) |
static GridBodyCellEditContext |
makeHeaderCellRenderContext(GridWidget gridWidget,
BaseGridRendererHelper.RenderingInformation ri,
BaseGridRendererHelper.ColumnInformation ci,
com.ait.lienzo.client.core.types.Point2D rp,
int uiHeaderRowIndex) |
public static GridBodyCellEditContext makeCellRenderContext(GridWidget gridWidget, BaseGridRendererHelper.RenderingInformation ri, BaseGridRendererHelper.ColumnInformation ci, int uiRowIndex)
public static GridBodyCellEditContext makeHeaderCellRenderContext(GridWidget gridWidget, BaseGridRendererHelper.RenderingInformation ri, BaseGridRendererHelper.ColumnInformation ci, int uiHeaderRowIndex)
public static GridBodyCellEditContext makeHeaderCellRenderContext(GridWidget gridWidget, BaseGridRendererHelper.RenderingInformation ri, BaseGridRendererHelper.ColumnInformation ci, com.ait.lienzo.client.core.types.Point2D rp, int uiHeaderRowIndex)
public static void editSelectedCell(GridWidget gridWidget)
public static void editSelectedCell(GridWidget gridWidget, com.ait.lienzo.client.core.types.Point2D relativeLocation)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.