Class GridWidgetCellFactoryImpl

    • Constructor Detail

      • GridWidgetCellFactoryImpl

        public GridWidgetCellFactoryImpl()
    • Method Detail

      • convertCell

        public GuidedDecisionTableUiCell convertCell​(org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 cell,
                                                     org.drools.workbench.models.guided.dtable.shared.model.BaseColumn column,
                                                     CellUtilities cellUtilities,
                                                     ColumnUtilities columnUtilities)
        Description copied from interface: GridWidgetCellFactory
        Instantiate a Cell for use within a GridWidget
        Specified by:
        convertCell in interface GridWidgetCellFactory
        Parameters:
        cell - The underlying GuidedDecisionTable52 model cell
        column - The underlying GuidedDecisionTable52 column for which the cell relates
        cellUtilities - Utilities to support identification of the column's data-type
        columnUtilities - Utilities to support identification of the column's data-type
        Returns: