Class InputClauseColumn

  • All Implemented Interfaces:
    org.uberfire.ext.wires.core.grids.client.model.GridColumn<String>, org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources, org.uberfire.ext.wires.core.grids.client.widget.dom.single.HasSingletonDOMElementResource

    public class InputClauseColumn
    extends DMNSimpleGridColumn<DecisionTableGrid,​String>
    implements org.uberfire.ext.wires.core.grids.client.widget.dom.single.HasSingletonDOMElementResource
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroyResources()  
      void edit​(org.uberfire.ext.wires.core.grids.client.model.GridCell<String> cell, org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context, Consumer<org.uberfire.ext.wires.core.grids.client.model.GridCellValue<String>> callback)  
      void flush()  
      protected org.uberfire.ext.wires.core.grids.client.model.GridCellValue<String> makeDefaultCellValue()  
      void setWidth​(double width)  
      • 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
    • Method Detail

      • edit

        public void edit​(org.uberfire.ext.wires.core.grids.client.model.GridCell<String> cell,
                         org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context,
                         Consumer<org.uberfire.ext.wires.core.grids.client.model.GridCellValue<String>> callback)
        Specified by:
        edit in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn<String>
      • flush

        public void flush()
        Specified by:
        flush in interface org.uberfire.ext.wires.core.grids.client.widget.dom.single.HasSingletonDOMElementResource