Modifier and Type | Class and Description |
---|---|
class |
BaseGridData
Base implementation of a grid to avoid boiler-plate for more specific implementations.
|
Constructor and Description |
---|
BaseGridDataIndexManager(GridData gridData) |
BaseGridDataSelectionsManager(GridData gridData) |
Modifier and Type | Method and Description |
---|---|
static int |
ColumnIndexUtilities.getMaxUiHeaderRowIndexOfColumn(GridData model,
int uiColumnIndex) |
Modifier and Type | Method and Description |
---|---|
GridData |
GridHeaderColumnRenderContext.getModel()
Returns the data model for the Grid Widget to which the Column relates.
|
GridData |
GridBodyColumnRenderContext.getModel()
Returns the data model for the Grid Widget to which the Column relates.
|
Constructor and Description |
---|
GridBodyColumnRenderContext(double x,
double absoluteGridX,
double absoluteGridY,
double absoluteColumnX,
double clipMinY,
double clipMinX,
int minVisibleRowIndex,
int maxVisibleRowIndex,
boolean isFloating,
GridData model,
com.ait.lienzo.client.core.types.Transform transform,
GridRenderer renderer) |
GridHeaderColumnRenderContext(double x,
List<GridColumn<?>> allColumns,
List<GridColumn<?>> blockColumns,
int columnIndex,
GridData model,
GridRenderer renderer) |
Modifier and Type | Method and Description |
---|---|
GridData |
GridWidget.getModel()
Returns the Model backing the Widget.
|
Modifier and Type | Field and Description |
---|---|
protected GridData |
BaseGridWidget.model |
Modifier and Type | Method and Description |
---|---|
GridData |
BaseGridWidget.getModel() |
Modifier and Type | Method and Description |
---|---|
protected GridData.SelectedCell |
BaseKeyboardOperation.getSelectedCellOrigin(GridData gridModel,
boolean isHeaderCellSelected)
It retrieves the selected cell in
GridData model, which could be an header cell or a
simple one. |
Constructor and Description |
---|
BaseGridWidget(GridData model,
GridSelectionManager selectionManager,
GridPinnedModeManager pinnedModeManager,
GridRenderer renderer) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
ColumnRenderingStrategyMerged.isCollapsedCellMixedValue(GridData model,
int rowIndex,
int columnIndex) |
protected static boolean |
ColumnRenderingStrategyMerged.isCollapsedRowMultiValue(GridData model,
GridColumn<?> column,
GridCell<?> cell,
int rowIndex) |
Modifier and Type | Field and Description |
---|---|
protected GridData |
DefaultSelectionsTransformer.model |
Modifier and Type | Method and Description |
---|---|
List<GridRenderer.RendererCommand> |
BaseGridRenderer.renderBody(GridData model,
GridBodyRenderContext context,
BaseGridRendererHelper rendererHelper,
BaseGridRendererHelper.RenderingInformation renderingInformation) |
List<GridRenderer.RendererCommand> |
BaseGridRenderer.renderHeader(GridData model,
GridHeaderRenderContext context,
BaseGridRendererHelper rendererHelper,
BaseGridRendererHelper.RenderingInformation renderingInformation) |
GridRenderer.RendererCommand |
BaseGridRenderer.renderSelectedCells(GridData model,
GridBodyRenderContext context,
BaseGridRendererHelper rendererHelper,
List<GridData.SelectedCell> selectedCells,
BiFunction<SelectedRange,Integer,Double> selectedCellsYOffsetStrategy,
Function<SelectedRange,Double> selectedCellsHeightStrategy) |
Constructor and Description |
---|
DefaultSelectionsTransformer(GridData model,
List<GridColumn<?>> columns) |
FloatingSelectionsTransformer(GridData model,
List<GridColumn<?>> columns) |
Modifier and Type | Method and Description |
---|---|
boolean |
CellSelectionStrategy.handleSelection(GridData model,
int uiRowIndex,
int uiColumnIndex,
boolean isShiftKeyDown,
boolean isControlKeyDown)
Handle a single cell selection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RowSelectionStrategy.handleSelection(GridData model,
int uiRowIndex,
int uiColumnIndex,
boolean isShiftKeyDown,
boolean isControlKeyDown) |
boolean |
RangeSelectionStrategy.handleSelection(GridData model,
int uiRowIndex,
int uiColumnIndex,
boolean isShiftKeyDown,
boolean isControlKeyDown) |
boolean |
HeaderSingleCellSelectionStrategy.handleSelection(GridData model,
int uiHeaderRowIndex,
int uiHeaderColumnIndex,
boolean isShiftKeyDown,
boolean isControlKeyDown) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.