|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextMenuServerRpc
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |