public interface LayoutClickRpc extends ServerRpc
Modifier and Type | Method and Description |
---|---|
void |
layoutClick(MouseEventDetails mouseDetails,
Connector clickedConnector)
Called when a layout click event has occurred and there are server side
listeners for the event.
|
void layoutClick(MouseEventDetails mouseDetails, Connector clickedConnector)
mouseDetails
- Details about the mouse when the event took placeclickedConnector
- The child component that was the target of the eventCopyright © 2018 Vaadin Ltd. All rights reserved.