| Package | Description |
|---|---|
| com.vaadin.data | |
| com.vaadin.event | |
| com.vaadin.event.selection | |
| com.vaadin.ui |
| Modifier and Type | Class and Description |
|---|---|
static class |
HasValue.ValueChangeEvent<V>
An event fired when the value of a
HasValue changes. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollapseEvent<T>
An event that is fired when an item is collapsed in a listing component that
displays hierarchical data.
|
class |
ExpandEvent<T>
An event that is fired when an item is expanded in a listing component that
displays hierarchical data.
|
class |
SortEvent<T extends SortOrder<?>>
Event describing a change in sorting of a
DataProvider. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SelectionEvent<T>
A selection event that unifies the way to access to selection event for multi
selection and single selection components (in case when only one selected
item is required).
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiSelectionEvent<T>
Event fired when the the selection changes in a
SelectionModel.Multi. |
class |
SingleSelectionEvent<T>
Fired when the selection changes in a listing component.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSplitPanel.SplitPositionChangeEvent
Event that indicates a change in SplitPanel's splitter position.
|
static class |
Grid.ColumnReorderEvent
An event that is fired when the columns are reordered.
|
static class |
Grid.ColumnResizeEvent
An event that is fired when a column is resized, either programmatically
or by the user.
|
static class |
Grid.ColumnVisibilityChangeEvent
An event that is fired when a column's visibility changes.
|
static class |
Notification.CloseEvent
Event fired when a notification is closed.
|
static class |
TabSheet.SelectedTabChangeEvent
Selected tab change event.
|
Copyright © 2022 Vaadin Ltd. All rights reserved.