Modifier and Type | Field and Description |
---|---|
protected Queue<Map.Entry<com.ait.lienzo.client.core.shape.Group,List<GridRenderer.RendererCommand>>> |
BaseGridWidget.renderQueue |
Modifier and Type | Method and Description |
---|---|
protected GridRenderer.RendererCommand |
BaseGridWidget.renderGridBoundary(BaseGridRendererHelper.RenderingInformation renderingInformation)
Render the selected ranges and append to the Body Group.
|
protected GridRenderer.RendererCommand |
BaseGridWidget.renderSelectedRanges(List<GridColumn<?>> blockColumns,
double absoluteColumnOffsetX,
int minVisibleRowIndex,
int maxVisibleRowIndex,
SelectionsTransformer transformer,
BaseGridRendererHelper.RenderingInformation renderingInformation,
List<GridData.SelectedCell> selectedCells,
BiFunction<SelectedRange,Integer,Double> selectedCellsYOffsetStrategy,
Function<SelectedRange,Double> selectedCellsHeightStrategy)
Render the selected ranges and append to the Body Group.
|
Modifier and Type | Method and Description |
---|---|
protected List<GridRenderer.RendererCommand> |
BaseGridWidget.renderGridBodyWidget(List<GridColumn<?>> blockColumns,
double absoluteColumnOffsetX,
int minVisibleRowIndex,
int maxVisibleRowIndex,
SelectionsTransformer transformer,
BaseGridRendererHelper.RenderingInformation renderingInformation)
Render the Widget's Body and append to this Group.
|
protected List<GridRenderer.RendererCommand> |
BaseGridWidget.renderGridHeaderWidget(List<GridColumn<?>> allColumns,
List<GridColumn<?>> blockColumns,
BaseGridRendererHelper.RenderingInformation renderingInformation)
Render the Widget's Header and append to this Group.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseGridWidget.addCommandToRenderQueue(com.ait.lienzo.client.core.shape.Group parent,
GridRenderer.RendererCommand command) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseGridWidget.addCommandsToRenderQueue(com.ait.lienzo.client.core.shape.Group parent,
List<GridRenderer.RendererCommand> commands) |
Modifier and Type | Method and Description |
---|---|
List<GridRenderer.RendererCommand> |
GridColumnRenderer.renderColumn(GridColumn<?> column,
GridBodyColumnRenderContext context,
BaseGridRendererHelper rendererHelper,
BaseGridRendererHelper.RenderingInformation renderingInformation,
BiFunction<Boolean,GridColumn<?>,Boolean> columnRenderingConstraint)
Renders the column.textual information to support rendering
|
List<GridRenderer.RendererCommand> |
GridColumnRenderer.renderHeader(List<GridColumn.HeaderMetaData> headerMetaData,
GridHeaderColumnRenderContext context,
BaseGridRendererHelper.RenderingInformation renderingInformation,
BiFunction<Boolean,GridColumn<?>,Boolean> columnRenderingConstraint)
Renders the column's Header..
|
Modifier and Type | Interface and Description |
---|---|
static interface |
GridRenderer.RenderBodyGridBackgroundCommand
Command to render the "background" components of the grid
|
static interface |
GridRenderer.RenderBodyGridContentCommand
Command to render the "content" components of the grid
|
static interface |
GridRenderer.RenderBodyGridLinesCommand
Command to render the "Grid lines" components of the grid body
|
static interface |
GridRenderer.RendererBodyCommand
Generic command for all body related rendering.
|
static interface |
GridRenderer.RendererHeaderCommand
Generic command for all header related rendering.
|
static interface |
GridRenderer.RenderGridBoundaryCommand
Command to render the "Grid boundary" components of the grid
|
static interface |
GridRenderer.RenderHeaderBackgroundCommand
Command to render the "background" components of the grid header
|
static interface |
GridRenderer.RenderHeaderContentCommand
Command to render the "content" components of the grid header
|
static interface |
GridRenderer.RenderHeaderGridLinesCommand
Command to render the "Grid lines" components of the grid header
|
static interface |
GridRenderer.RenderSelectedCellsCommand
Command to render the "Selected cells" component of the grid
|
static interface |
GridRenderer.RenderSelectorCommand
Command to render the "Selector" component of the grid
|
Modifier and Type | Method and Description |
---|---|
GridRenderer.RendererCommand |
GridRenderer.renderGridBoundary(GridBoundaryRenderContext context)
Renders a boundary around the grid.
|
GridRenderer.RendererCommand |
GridRenderer.renderHeaderBodyDivider(double width)
Renders a divider between Grid header and body.
|
GridRenderer.RendererCommand |
GridRenderer.renderSelectedCells(GridData model,
GridBodyRenderContext context,
BaseGridRendererHelper rendererHelper,
List<GridData.SelectedCell> selectedCells,
BiFunction<SelectedRange,Integer,Double> selectedCellsYOffsetStrategy,
Function<SelectedRange,Double> selectedCellsHeightStrategy)
Renders the selected ranges and append to the Body Group.
|
GridRenderer.RendererCommand |
GridRenderer.renderSelector(double width,
double height,
BaseGridRendererHelper.RenderingInformation renderingInformation)
Renders a "selector" when a grid has been selected, i.e. clicked.
|
Modifier and Type | Method and Description |
---|---|
List<GridRenderer.RendererCommand> |
GridRenderer.renderBody(GridData model,
GridBodyRenderContext context,
BaseGridRendererHelper rendererHelper,
BaseGridRendererHelper.RenderingInformation renderingInformation)
Renders the body for the Grid.
|
List<GridRenderer.RendererCommand> |
GridRenderer.renderHeader(GridData model,
GridHeaderRenderContext context,
BaseGridRendererHelper rendererHelper,
BaseGridRendererHelper.RenderingInformation renderingInformation)
Renders the header for the Grid.
|
Modifier and Type | Method and Description |
---|---|
GridRenderer.RendererCommand |
BaseGridRenderer.renderGridBoundary(GridBoundaryRenderContext context) |
GridRenderer.RendererCommand |
BaseGridRenderer.renderHeaderBodyDivider(double width) |
GridRenderer.RendererCommand |
BaseGridRenderer.renderSelectedCells(GridData model,
GridBodyRenderContext context,
BaseGridRendererHelper rendererHelper,
List<GridData.SelectedCell> selectedCells,
BiFunction<SelectedRange,Integer,Double> selectedCellsYOffsetStrategy,
Function<SelectedRange,Double> selectedCellsHeightStrategy) |
GridRenderer.RendererCommand |
BaseGridRenderer.renderSelector(double width,
double height,
BaseGridRendererHelper.RenderingInformation renderingInformation) |
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) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.