Search in sources :

Example 1 with AppendColumnCommand

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

the class ScenarioSimulationEventHandler method onEvent.

@Override
public void onEvent(AppendColumnEvent event) {
    context.getStatus().setColumnId(String.valueOf(new Date().getTime()));
    context.getStatus().setColumnGroup(event.getColumnGroup());
    commonExecution(new AppendColumnCommand(event.getGridWidget()), true);
}
Also used : AppendColumnCommand(org.drools.workbench.screens.scenariosimulation.client.commands.actualcommands.AppendColumnCommand) Date(java.util.Date)

Aggregations

Date (java.util.Date)1 AppendColumnCommand (org.drools.workbench.screens.scenariosimulation.client.commands.actualcommands.AppendColumnCommand)1