Class GridWidgetCellFactoryImpl
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.model.converters.cell.impl.GridWidgetCellFactoryImpl
-
- All Implemented Interfaces:
GridWidgetCellFactory
public class GridWidgetCellFactoryImpl extends Object implements GridWidgetCellFactory
-
-
Constructor Summary
Constructors Constructor Description GridWidgetCellFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GuidedDecisionTableUiCellconvertCell(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
-
-
-
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:GridWidgetCellFactoryInstantiate a Cell for use within a GridWidget- Specified by:
convertCellin interfaceGridWidgetCellFactory- Parameters:
cell- The underlying GuidedDecisionTable52 model cellcolumn- The underlying GuidedDecisionTable52 column for which the cell relatescellUtilities- Utilities to support identification of the column's data-typecolumnUtilities- Utilities to support identification of the column's data-type- Returns:
-
-