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>>
- java.lang.Object
-
- org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer<T>
-
- org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl.BaseGridColumnSingletonDOMElementRenderer<String,W,E>
-
- org.kie.workbench.common.dmn.client.widgets.grid.columns.NameAndDataTypeDOMElementColumnRenderer<W,E>
-
- 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>
-
-
Constructor Summary
Constructors Constructor Description NameAndDataTypeDOMElementColumnRenderer(org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<String,W,E> factory)
-
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<String> 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)-
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
-
-
-
-
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<W extends org.gwtbootstrap3.client.ui.base.TextBoxBase>- Overrides:
renderHeaderContentin classorg.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)
-
-