Package | Description |
---|---|
com.vaadin.flow.component.charts.events |
Modifier and Type | Method and Description |
---|---|
MouseEventDetails.MouseButton |
MouseEventDetails.getButton() |
default MouseEventDetails.MouseButton |
ClickEvent.getButton() |
static MouseEventDetails.MouseButton |
MouseEventDetails.MouseButton.of(int button) |
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 © 2025. All rights reserved.