com.vaadin.shared.ui.table
Interface TableServerRpc

All Superinterfaces:
java.io.Serializable, ServerRpc

public interface TableServerRpc
extends ServerRpc

Client-to-server RPC interface for the Table component

Since:
7.6
Author:
Vaadin Ltd

Method Summary
 void contextClick(java.lang.String rowKey, java.lang.String colKey, TableConstants.Section section, MouseEventDetails details)
          Informs the server that a context click happened inside of Table
 

Method Detail

contextClick

void contextClick(java.lang.String rowKey,
                  java.lang.String colKey,
                  TableConstants.Section section,
                  MouseEventDetails details)
Informs the server that a context click happened inside of Table



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