@ApplicationScoped public class DRDContextMenu extends Object
| Constructor and Description |
|---|
DRDContextMenu(ContextMenu contextMenu,
ClientTranslationService translationService,
DRDContextMenuService drdContextMenuService,
DMNDiagramsSession dmnDiagramsSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendContextMenuToTheDOM(double x,
double y) |
elemental2.dom.HTMLElement |
getElement() |
String |
getTitle() |
protected void |
setDRDContextMenuHandler(ContextMenu contextMenu,
Collection<Node<? extends Definition<?>,Edge>> selectedNodes) |
void |
show(Collection<Node<? extends Definition<?>,Edge>> selectedNodes) |
@Inject public DRDContextMenu(ContextMenu contextMenu, ClientTranslationService translationService, DRDContextMenuService drdContextMenuService, DMNDiagramsSession dmnDiagramsSession)
public String getTitle()
public void appendContextMenuToTheDOM(double x,
double y)
public void show(Collection<Node<? extends Definition<?>,Edge>> selectedNodes)
protected void setDRDContextMenuHandler(ContextMenu contextMenu, Collection<Node<? extends Definition<?>,Edge>> selectedNodes)
public elemental2.dom.HTMLElement getElement()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.