| Package | Description |
|---|---|
| com.vaadin.event | |
| com.vaadin.ui | |
| com.vaadin.ui.renderers |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextClickEvent
Context click event fired by a
Component. |
static class |
LayoutEvents.LayoutClickEvent
An event fired when the layout has been clicked.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MouseEvents.ClickListener.click(MouseEvents.ClickEvent event)
Called when a
Component has been clicked. |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSplitPanel.SplitterClickEvent |
static class |
Grid.GridContextClickEvent<T>
ContextClickEvent for the Grid Component.
|
static class |
Tree.TreeContextClickEvent<T>
ContextClickEvent for the Tree Component.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ClickableRenderer.RendererClickEvent<T>
An event fired when a clickable widget rendered by a ClickableRenderer is
clicked.
|
Copyright © 2020 Vaadin Ltd. All rights reserved.