Search in sources :

Example 1 with DeleteRowCommand

use of org.drools.workbench.screens.scenariosimulation.client.commands.actualcommands.DeleteRowCommand in project drools-wb by kiegroup.

the class ScenarioSimulationEventHandler method onEvent.

@Override
public void onEvent(DeleteRowEvent event) {
    context.getStatus().setRowIndex(event.getRowIndex());
    commonExecution(new DeleteRowCommand(event.getGridWidget()), true);
}
Also used : DeleteRowCommand(org.drools.workbench.screens.scenariosimulation.client.commands.actualcommands.DeleteRowCommand)

Aggregations

DeleteRowCommand (org.drools.workbench.screens.scenariosimulation.client.commands.actualcommands.DeleteRowCommand)1