Interface GridWidgetCellFactory

  • All Known Implementing Classes:
    GridWidgetCellFactoryImpl

    public interface GridWidgetCellFactory
    Factory definition for GridWidget cells
    • Method Detail

      • convertCell

        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)
        Instantiate a Cell for use within a GridWidget
        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: