public interface ContextMenuServerRpc
extends com.vaadin.shared.communication.ServerRpc
Modifier and Type | Method and Description |
---|---|
void |
contextMenuClosed()
Called by the client side when context menu is closed.
|
void |
itemClicked(String itemId,
boolean menuClosed)
Called by the client widget when context menu item is clicked
|
void |
onContextMenuOpenRequested(int x,
int y,
String connectorIdOfComponent)
Called by the client side when context menu is about to be opened.
|
void itemClicked(String itemId, boolean menuClosed)
itemId
- id of the clicked itemmenuClosed
- will be true if menu was closed after the clickvoid onContextMenuOpenRequested(int x, int y, String connectorIdOfComponent)
x
- mouse x coordinatey
- mouse y coordinateconnectorIdOfComponent
- component connector id on which the click was made.void contextMenuClosed()
Copyright © 2016 Magnolia International Ltd.. All rights reserved.