com.vaadin.shared.ui.grid.renderers
Interface RendererClickRpc

All Superinterfaces:
java.io.Serializable, ServerRpc

public interface RendererClickRpc
extends ServerRpc


Method Summary
 void click(java.lang.String rowKey, java.lang.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(java.lang.String rowKey,
           java.lang.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


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.