Interface RendererClickRpc
-
- All Superinterfaces:
Serializable,ServerRpc
public interface RendererClickRpc extends ServerRpc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclick(String rowKey, String columnId, MouseEventDetails mouseDetails)Called when a click event has occurred and there are server side listeners for the event.
-
-
-
Method Detail
-
click
void click(String rowKey, String columnId, MouseEventDetails mouseDetails)
Called when a click event has occurred and there are server side listeners for the event.- Parameters:
mouseDetails- Details about the mouse when the event took place
-
-