public interface RendererClickRpc extends ServerRpc
ClickableRenderers to
receive click events from their client side counterparts.| Modifier and Type | Method and Description |
|---|---|
void |
click(String rowKey,
String columnId,
MouseEventDetails mouseDetails)
Called when a click event has occurred and there are server side
listeners for the event.
|
void click(String rowKey, String columnId, MouseEventDetails mouseDetails)
mouseDetails - Details about the mouse when the event took placeCopyright © 2017 Vaadin Ltd. All rights reserved.