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);
}
Aggregations