Class NameAndDataTypeDOMElementColumnRenderer<W extends org.gwtbootstrap3.client.ui.base.TextBoxBase,​E extends org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,​W>>

  • All Implemented Interfaces:
    org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources, org.uberfire.ext.wires.core.grids.client.widget.dom.single.HasSingletonDOMElementResource, org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer<String>, org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.GridColumnSingletonDOMElementRenderer<String>

    public class NameAndDataTypeDOMElementColumnRenderer<W extends org.gwtbootstrap3.client.ui.base.TextBoxBase,​E extends org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,​W>>
    extends org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl.BaseGridColumnSingletonDOMElementRenderer<String,​W,​E>
    • Field Summary

      • Fields inherited from class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl.BaseGridColumnSingletonDOMElementRenderer

        factory
    • 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<String> 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.single.impl.BaseGridColumnSingletonDOMElementRenderer

        destroyResources, flush
      • Methods inherited from class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer

        getBoundingBoxPathClipper, internalRenderCell, isPlaceHolderToBeShown, isToReturnNull, renderColumn, renderHeader
      • Methods inherited from interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer

        renderColumn, renderHeader
    • Constructor Detail

      • NameAndDataTypeDOMElementColumnRenderer

        public NameAndDataTypeDOMElementColumnRenderer​(org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<String,​W,​E> factory)
    • 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<W extends org.gwtbootstrap3.client.ui.base.TextBoxBase>
        Overrides:
        renderHeaderContent in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer<String>
      • renderCell

        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)