public class ColumnRenderingStrategyMerged extends Object
Constructor and Description |
---|
ColumnRenderingStrategyMerged() |
Modifier and Type | Method and Description |
---|---|
protected static double |
getCellHeight(int rowIndex,
GridData model,
GridCell<?> cell) |
protected static boolean |
isCollapsedCellMixedValue(GridData model,
int rowIndex,
int columnIndex) |
protected static boolean |
isCollapsedRowMultiValue(GridData model,
GridColumn<?> column,
GridCell<?> cell,
int rowIndex) |
static List<GridRenderer.RendererCommand> |
render(GridColumn<?> column,
GridBodyColumnRenderContext context,
BaseGridRendererHelper rendererHelper,
BaseGridRendererHelper.RenderingInformation renderingInformation,
BiFunction<Boolean,GridColumn<?>,Boolean> columnRenderingConstraint) |
public static List<GridRenderer.RendererCommand> render(GridColumn<?> column, GridBodyColumnRenderContext context, BaseGridRendererHelper rendererHelper, BaseGridRendererHelper.RenderingInformation renderingInformation, BiFunction<Boolean,GridColumn<?>,Boolean> columnRenderingConstraint)
protected static boolean isCollapsedRowMultiValue(GridData model, GridColumn<?> column, GridCell<?> cell, int rowIndex)
protected static boolean isCollapsedCellMixedValue(GridData model, int rowIndex, int columnIndex)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.