Class DMNSimpleGridColumn<G extends BaseGrid<? extends org.kie.workbench.common.dmn.api.definition.model.Expression>,​T>

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.uberfire.ext.wires.core.grids.client.model.GridColumn

        org.uberfire.ext.wires.core.grids.client.model.GridColumn.ColumnWidthMode, org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData
    • Field Summary

      • Fields inherited from class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn

        placeHolder
    • Constructor Summary

      Constructors 
      Constructor Description
      DMNSimpleGridColumn​(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer<T> columnRenderer, double width, G gridWidget)  
      DMNSimpleGridColumn​(org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData headerMetaData, org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer<T> columnRenderer, double width, G gridWidget)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.uberfire.ext.wires.core.grids.client.model.GridCell<T> assertCell​(org.uberfire.ext.wires.core.grids.client.model.GridCell<T> cell)  
      protected org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> assertCellValue​(org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> cellValue)  
      protected abstract org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> makeDefaultCellValue()  
      • Methods inherited from class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn

        equals, getColumnRenderer, getColumnWidthMode, getHeaderMetaData, getIndex, getLink, getMaximumWidth, getMinimumWidth, getPlaceHolder, getWidth, hashCode, isFloatable, isLinked, isMovable, isResizable, isVisible, setColumnWidthMode, setFloatable, setIndex, setLink, setMaximumWidth, setMinimumWidth, setMovable, setPlaceHolder, setResizable, setVisible
      • Methods inherited from interface org.uberfire.ext.wires.core.grids.client.model.GridColumn

        edit, edit
    • Constructor Detail

      • DMNSimpleGridColumn

        public DMNSimpleGridColumn​(org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData headerMetaData,
                                   org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer<T> columnRenderer,
                                   double width,
                                   G gridWidget)
      • DMNSimpleGridColumn

        public DMNSimpleGridColumn​(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData,
                                   org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer<T> columnRenderer,
                                   double width,
                                   G gridWidget)
    • Method Detail

      • assertCell

        protected org.uberfire.ext.wires.core.grids.client.model.GridCell<T> assertCell​(org.uberfire.ext.wires.core.grids.client.model.GridCell<T> cell)
      • assertCellValue

        protected org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> assertCellValue​(org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> cellValue)
      • makeDefaultCellValue

        protected abstract org.uberfire.ext.wires.core.grids.client.model.GridCellValue<T> makeDefaultCellValue()