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 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.StringColumnRendererprotected 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>public 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)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.