public class AnalyzerControllerImpl extends Object implements AnalyzerController, ValidateEvent.Handler, org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.DeleteRowEvent.Handler, AfterColumnDeleted.Handler, org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.UpdateColumnDataEvent.Handler, org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.AppendRowEvent.Handler, org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.InsertRowEvent.Handler, AfterColumnInserted.Handler
Constructor and Description |
---|
AnalyzerControllerImpl(DecisionTableAnalyzer decisionTableAnalyzer,
org.uberfire.client.mvp.PlaceManager placeManager,
com.google.gwt.event.shared.EventBus eventBus) |
Modifier and Type | Method and Description |
---|---|
void |
initialiseAnalysis() |
void |
onAfterColumnInserted(AfterColumnInserted event) |
void |
onAfterDeletedColumn(AfterColumnDeleted event) |
void |
onAppendRow(org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.AppendRowEvent event) |
void |
onDeleteRow(org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.DeleteRowEvent event) |
void |
onInsertRow(org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.InsertRowEvent event) |
void |
onUpdateColumnData(org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.UpdateColumnDataEvent event) |
void |
onValidate(ValidateEvent event) |
void |
terminateAnalysis() |
public AnalyzerControllerImpl(DecisionTableAnalyzer decisionTableAnalyzer, org.uberfire.client.mvp.PlaceManager placeManager, com.google.gwt.event.shared.EventBus eventBus)
public void initialiseAnalysis()
initialiseAnalysis
in interface AnalyzerController
public void terminateAnalysis()
terminateAnalysis
in interface AnalyzerController
public void onValidate(ValidateEvent event)
onValidate
in interface ValidateEvent.Handler
public void onAfterDeletedColumn(AfterColumnDeleted event)
onAfterDeletedColumn
in interface AfterColumnDeleted.Handler
public void onAfterColumnInserted(AfterColumnInserted event)
onAfterColumnInserted
in interface AfterColumnInserted.Handler
public void onAppendRow(org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.AppendRowEvent event)
onAppendRow
in interface org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.AppendRowEvent.Handler
public void onDeleteRow(org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.DeleteRowEvent event)
onDeleteRow
in interface org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.DeleteRowEvent.Handler
public void onInsertRow(org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.InsertRowEvent event)
onInsertRow
in interface org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.InsertRowEvent.Handler
public void onUpdateColumnData(org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.UpdateColumnDataEvent event)
onUpdateColumnData
in interface org.kie.workbench.common.widgets.decoratedgrid.client.widget.events.UpdateColumnDataEvent.Handler
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.