public class ScenarioGridColumnRenderer
extends org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.StringColumnRenderer
| Constructor and Description |
|---|
ScenarioGridColumnRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyBackgroundColor(ScenarioGridCell cell,
org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context,
com.ait.lienzo.client.core.shape.Group group,
ScenarioGridRendererTheme theme) |
protected String |
getCollectionString(String jsonString,
boolean isList) |
protected String |
getValueToShow(ScenarioGridCell scenarioGridCell) |
protected com.ait.lienzo.client.core.shape.Group |
internalRenderCell(org.uberfire.ext.wires.core.grids.client.model.GridCell<String> cell,
org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context,
com.ait.lienzo.client.core.shape.Text text,
String value) |
com.ait.lienzo.client.core.shape.Group |
renderCell(org.uberfire.ext.wires.core.grids.client.model.GridCell<String> cell,
org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context) |
List<org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer.RendererCommand> |
renderColumn(org.uberfire.ext.wires.core.grids.client.model.GridColumn<?> column,
org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext context,
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper rendererHelper,
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation renderingInformation,
BiFunction<Boolean,org.uberfire.ext.wires.core.grids.client.model.GridColumn<?>,Boolean> columnRenderingConstraint) |
public com.ait.lienzo.client.core.shape.Group renderCell(org.uberfire.ext.wires.core.grids.client.model.GridCell<String> cell, org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context)
renderCell in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer<String>renderCell in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.StringColumnRendererpublic List<org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer.RendererCommand> renderColumn(org.uberfire.ext.wires.core.grids.client.model.GridColumn<?> column, org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext context, org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper rendererHelper, org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation renderingInformation, BiFunction<Boolean,org.uberfire.ext.wires.core.grids.client.model.GridColumn<?>,Boolean> columnRenderingConstraint)
protected com.ait.lienzo.client.core.shape.Group internalRenderCell(org.uberfire.ext.wires.core.grids.client.model.GridCell<String> cell, org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context, com.ait.lienzo.client.core.shape.Text text, String value)
internalRenderCell in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer<String>protected void applyBackgroundColor(ScenarioGridCell cell, org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context, com.ait.lienzo.client.core.shape.Group group, ScenarioGridRendererTheme theme)
protected String getValueToShow(ScenarioGridCell scenarioGridCell)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.