@Dependent 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.BaseMenuPresenteronDecisionTableSelectedEvent in class BaseMenupublic void onDecisionTableSelectionsChangedEvent(@Observes
DecisionTableSelectionsChangedEvent event)
onDecisionTableSelectionsChangedEvent in interface BaseMenuView.BaseMenuPresenteronDecisionTableSelectionsChangedEvent in class BaseMenupublic com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic void show(int mx,
int my)
show in interface CellContextMenuView.Presenterpublic void hide()
hide in interface CellContextMenuView.Presenterpublic void initialise()
initialise in interface BaseMenuView.BaseMenuPresenterpublic void onCut()
onCut in interface CellContextMenuView.Presenterpublic void onCopy()
onCopy in interface CellContextMenuView.Presenterpublic void onPaste()
onPaste in interface CellContextMenuView.Presenterpublic void onDeleteSelectedCells()
onDeleteSelectedCells in interface CellContextMenuView.PresenterCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.