@Dependent public class CommandExecutor extends Object implements AppendColumnEventHandler, AppendRowEventHandler, DeleteColumnEventHandler, DeleteRowEventHandler, DisableRightPanelEventHandler, DuplicateRowEventHandler, EnableRightPanelEventHandler, InsertColumnEventHandler, InsertRowEventHandler, PrependColumnEventHandler, PrependRowEventHandler, ScenarioGridReloadEventHandler, SetColumnValueEventHandler
Commands.
It follows the GWT standard Event/Handler mechanism
| Constructor and Description |
|---|
CommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(ScenarioGridReloadEvent event) |
void |
onEvent(AppendColumnEvent event) |
void |
onEvent(AppendRowEvent event) |
void |
onEvent(DeleteColumnEvent event) |
void |
onEvent(DeleteRowEvent event) |
void |
onEvent(DisableRightPanelEvent event) |
void |
onEvent(DuplicateRowEvent event) |
void |
onEvent(EnableRightPanelEvent event) |
void |
onEvent(InsertColumnEvent event) |
void |
onEvent(InsertRowEvent event) |
void |
onEvent(PrependColumnEvent event) |
void |
onEvent(PrependRowEvent event) |
void |
onEvent(SetColumnValueEvent event) |
void |
setEventBus(com.google.gwt.event.shared.EventBus eventBus) |
void |
setRightPanelPresenter(RightPanelView.Presenter rightPanelPresenter) |
void |
setScenarioGridPanel(ScenarioGridPanel scenarioGridPanel)
This method set
ScenarioGridPanel, ScenarioGridLayer and ScenarioGridModel
from the give ScenarioGridPanel |
void |
unregisterHandlers() |
public void setEventBus(com.google.gwt.event.shared.EventBus eventBus)
public void setRightPanelPresenter(RightPanelView.Presenter rightPanelPresenter)
public void setScenarioGridPanel(ScenarioGridPanel scenarioGridPanel)
ScenarioGridPanel, ScenarioGridLayer and ScenarioGridModel
from the give ScenarioGridPanelscenarioGridPanel - @PreDestroy public void unregisterHandlers()
public void onEvent(AppendColumnEvent event)
onEvent in interface AppendColumnEventHandlerpublic void onEvent(AppendRowEvent event)
onEvent in interface AppendRowEventHandlerpublic void onEvent(DeleteColumnEvent event)
onEvent in interface DeleteColumnEventHandlerpublic void onEvent(DeleteRowEvent event)
onEvent in interface DeleteRowEventHandlerpublic void onEvent(DisableRightPanelEvent event)
onEvent in interface DisableRightPanelEventHandlerpublic void onEvent(DuplicateRowEvent event)
onEvent in interface DuplicateRowEventHandlerpublic void onEvent(EnableRightPanelEvent event)
onEvent in interface EnableRightPanelEventHandlerpublic void onEvent(InsertColumnEvent event)
onEvent in interface InsertColumnEventHandlerpublic void onEvent(InsertRowEvent event)
onEvent in interface InsertRowEventHandlerpublic void onEvent(PrependColumnEvent event)
onEvent in interface PrependColumnEventHandlerpublic void onEvent(PrependRowEvent event)
onEvent in interface PrependRowEventHandlerpublic void handle(ScenarioGridReloadEvent event)
handle in interface ScenarioGridReloadEventHandlerpublic void onEvent(SetColumnValueEvent event)
onEvent in interface SetColumnValueEventHandlerCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.