Search in sources :

Example 1 with InsertRowCommand

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

the class ScenarioSimulationEventHandler method onEvent.

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

Aggregations

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