public interface I_CmsContextMenuClientRpc extends com.vaadin.shared.communication.ClientRpc
Adapted from ContextMenu by Peter Lehto / Vaadin Ltd.
| Modifier and Type | Method and Description |
|---|---|
void |
hide()
Sends request to client widget to close context menu.
|
void |
showContextMenu(int x,
int y)
Sends request to client widget to open context menu to given position.
|
void |
showContextMenuRelativeTo(java.lang.String connectorId)
Sends request to client widget to open context menu relative to component
identified by given connectorId.
|
void hide()
void showContextMenu(int x, int y)
x - the client x positiony - the client y positionvoid showContextMenuRelativeTo(java.lang.String connectorId)
connectorId - the connector id