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