Package com.vaadin.v7.shared.ui.table
Interface TableServerRpc
-
- All Superinterfaces:
Serializable,ServerRpc
public interface TableServerRpc extends ServerRpc
Client-to-server RPC interface for the Table component.- Since:
- 7.6
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontextClick(String rowKey, String colKey, TableConstants.Section section, MouseEventDetails details)Informs the server that a context click happened inside of Table.
-
-
-
Method Detail
-
contextClick
void contextClick(String rowKey, String colKey, TableConstants.Section section, MouseEventDetails details)
Informs the server that a context click happened inside of Table.
-
-