@ApplicationScoped public class RowContextMenu extends BaseMenu implements com.google.gwt.user.client.ui.IsWidget, RowContextMenuView.Presenter
activeDecisionTable
Constructor and Description |
---|
RowContextMenu(RowContextMenuView view,
Clipboard clipboard) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
hide() |
void |
initialise() |
void |
onCopy() |
void |
onCut() |
void |
onDecisionTableSelectedEvent(DecisionTableSelectedEvent event) |
void |
onDecisionTableSelectionsChangedEvent(DecisionTableSelectionsChangedEvent event) |
void |
onDeleteSelectedRows() |
void |
onInsertRowAbove() |
void |
onInsertRowBelow() |
void |
onPaste() |
void |
show(int mx,
int my) |
@Inject public RowContextMenu(RowContextMenuView view, Clipboard clipboard)
public void onDecisionTableSelectedEvent(@Observes DecisionTableSelectedEvent event)
onDecisionTableSelectedEvent
in interface BaseMenuView.BaseMenuPresenter
onDecisionTableSelectedEvent
in class BaseMenu
public void onDecisionTableSelectionsChangedEvent(@Observes DecisionTableSelectionsChangedEvent event)
onDecisionTableSelectionsChangedEvent
in interface BaseMenuView.BaseMenuPresenter
onDecisionTableSelectionsChangedEvent
in class BaseMenu
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public void show(int mx, int my)
show
in interface RowContextMenuView.Presenter
public void hide()
hide
in interface RowContextMenuView.Presenter
public void initialise()
initialise
in interface BaseMenuView.BaseMenuPresenter
public void onCut()
onCut
in interface RowContextMenuView.Presenter
public void onCopy()
onCopy
in interface RowContextMenuView.Presenter
public void onPaste()
onPaste
in interface RowContextMenuView.Presenter
public void onInsertRowAbove()
onInsertRowAbove
in interface RowContextMenuView.Presenter
public void onInsertRowBelow()
onInsertRowBelow
in interface RowContextMenuView.Presenter
public void onDeleteSelectedRows()
onDeleteSelectedRows
in interface RowContextMenuView.Presenter
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.