Class SystemControlledColumnValuesSynchronizer
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.model.synchronizers.impl.SystemControlledColumnValuesSynchronizer
-
public class SystemControlledColumnValuesSynchronizer extends Object
-
-
Constructor Summary
Constructors Constructor Description SystemControlledColumnValuesSynchronizer(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model, GuidedDecisionTableUiModel uiModel, GridWidgetCellFactory gridWidgetCellFactory, CellUtilities cellUtilities, ColumnUtilities columnUtilities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendRow()voiddeleteRow(int rowIndex)voidinsertRow(int rowIndex)voidupdateSystemControlledColumnValues()
-
-
-
Constructor Detail
-
SystemControlledColumnValuesSynchronizer
public SystemControlledColumnValuesSynchronizer(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model, GuidedDecisionTableUiModel uiModel, GridWidgetCellFactory gridWidgetCellFactory, CellUtilities cellUtilities, ColumnUtilities columnUtilities)
-
-