| Modifier and Type | Method and Description |
|---|---|
static MouseEventDetails |
MouseEventDetails.deSerialize(String serializedString) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextClickRpc.contextClick(MouseEventDetails details) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClickRpc.click(MouseEventDetails mouseDetails)
Called when a click event has occurred and there are server side
listeners for the event.
|
void |
LayoutClickRpc.layoutClick(MouseEventDetails mouseDetails,
Connector clickedConnector)
Called when a layout click event has occurred and there are server side
listeners for the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ButtonServerRpc.click(MouseEventDetails mouseEventDetails)
Button click event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckBoxServerRpc.setChecked(boolean checked,
MouseEventDetails mouseEventDetails) |
| Modifier and Type | Method and Description |
|---|---|
void |
DropTargetRpc.drop(List<String> types,
Map<String,String> data,
String dropEffect,
MouseEventDetails mouseEventDetails)
Called when drop event happens on client side.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridServerRpc.contextClick(int rowIndex,
String rowKey,
String columnInternalId,
GridConstants.Section section,
MouseEventDetails details)
Informs the server that a context click has happened inside of Grid.
|
void |
GridDropTargetRpc.drop(List<String> types,
Map<String,String> data,
String dropEffect,
String rowKey,
DropLocation dropLocation,
MouseEventDetails mouseEventDetails)
Called when drop event happens on client side.
|
void |
GridServerRpc.itemClick(String rowKey,
String columnInternalId,
MouseEventDetails details,
int rowIndex)
Informs the server that an item has been clicked in Grid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RendererClickRpc.click(String rowKey,
String columnId,
MouseEventDetails mouseDetails)
Called when a click event has occurred and there are server side
listeners for the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSplitPanelRpc.splitterClick(MouseEventDetails mouseDetails)
Called when a click event has occurred on the splitter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeGridDropTargetRpc.drop(List<String> types,
Map<String,String> data,
String dropEffect,
String rowKey,
Integer depth,
Boolean collapsed,
DropLocation dropLocation,
MouseEventDetails mouseEventDetails)
Called when drop event happens on client side.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.