Class 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>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)  
      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)  
      • Methods inherited from class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer

        getBoundingBoxPathClipper, internalRenderCell, isPlaceHolderToBeShown, isToReturnNull, renderColumn, renderHeader
    • Constructor Detail

      • NameAndDataTypeColumnRenderer

        public NameAndDataTypeColumnRenderer()
    • 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:
        renderHeaderContent in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer<InformationItemCell.HasNameCell>
        Overrides:
        renderHeaderContent in class org.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)