Search in sources :

Example 1 with DuplicateRowCommand

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

the class ScenarioSimulationEventHandler method onEvent.

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

Aggregations

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