@ApplicationScoped public class CellContextMenu extends BaseMenu implements com.google.gwt.user.client.ui.IsWidget, CellContextMenuView.Presenter
activeDecisionTable
Constructor and Description |
---|
CellContextMenu(CellContextMenuView 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 |
onDeleteSelectedCells() |
void |
onPaste() |
void |
show(int mx,
int my) |
@Inject public CellContextMenu(CellContextMenuView 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 CellContextMenuView.Presenter
public void hide()
hide
in interface CellContextMenuView.Presenter
public void initialise()
initialise
in interface BaseMenuView.BaseMenuPresenter
public void onCut()
onCut
in interface CellContextMenuView.Presenter
public void onCopy()
onCopy
in interface CellContextMenuView.Presenter
public void onPaste()
onPaste
in interface CellContextMenuView.Presenter
public void onDeleteSelectedCells()
onDeleteSelectedCells
in interface CellContextMenuView.Presenter
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.