Class NameAndDataTypeColumnRenderer
- java.lang.Object
-
- org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer<InformationItemCell.HasNameCell>
-
- org.kie.workbench.common.dmn.client.widgets.grid.columns.NameAndDataTypeColumnRenderer
-
- All Implemented Interfaces:
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer<InformationItemCell.HasNameCell>
public class NameAndDataTypeColumnRenderer extends org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer<InformationItemCell.HasNameCell>
-
-
Constructor Summary
Constructors Constructor Description NameAndDataTypeColumnRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.ait.lienzo.client.core.shape.GrouprenderCell(org.uberfire.ext.wires.core.grids.client.model.GridCell<InformationItemCell.HasNameCell> cell, org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context)com.ait.lienzo.client.core.shape.GrouprenderHeaderContent(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderColumnRenderContext context, int headerRowIndex, double blockWidth, double rowHeight)
-
-
-
Method Detail
-
renderHeaderContent
public com.ait.lienzo.client.core.shape.Group renderHeaderContent(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderColumnRenderContext context, int headerRowIndex, double blockWidth, double rowHeight)
- Specified by:
renderHeaderContentin interfaceorg.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer<InformationItemCell.HasNameCell>- Overrides:
renderHeaderContentin classorg.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer<InformationItemCell.HasNameCell>
-
renderCell
public com.ait.lienzo.client.core.shape.Group renderCell(org.uberfire.ext.wires.core.grids.client.model.GridCell<InformationItemCell.HasNameCell> cell, org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context)
-
-