| Package | Description |
|---|---|
| com.vaadin.shared |
| Modifier and Type | Field and Description |
|---|---|
static MouseEventDetails.MouseButton |
MouseEventDetails.BUTTON_LEFT
Deprecated.
use
LEFT instead. |
static MouseEventDetails.MouseButton |
MouseEventDetails.BUTTON_MIDDLE
Deprecated.
use
MIDDLE instead. |
static MouseEventDetails.MouseButton |
MouseEventDetails.BUTTON_RIGHT
Deprecated.
use
RIGHT instead. |
| Modifier and Type | Method and Description |
|---|---|
MouseEventDetails.MouseButton |
MouseEventDetails.getButton() |
static MouseEventDetails.MouseButton |
MouseEventDetails.MouseButton.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MouseEventDetails.MouseButton[] |
MouseEventDetails.MouseButton.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MouseEventDetails.setButton(MouseEventDetails.MouseButton button) |
Copyright © 2021 Vaadin Ltd. All rights reserved.