com.vaadin.shared.ui.tree
Interface TreeServerRpc
- All Superinterfaces:
- java.io.Serializable, ServerRpc
public interface TreeServerRpc
- extends ServerRpc
Client-to-server RPC interface for the Tree component
- Since:
- 7.6
- Author:
- Vaadin Ltd
|
Method Summary |
void |
contextClick(java.lang.String rowKey,
MouseEventDetails details)
Informs the server that a context click happened inside of Tree |
contextClick
void contextClick(java.lang.String rowKey,
MouseEventDetails details)
- Informs the server that a context click happened inside of Tree
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.