| Package | Description |
|---|---|
| com.vaadin.event | |
| com.vaadin.ui | |
| com.vaadin.ui.components.grid | |
| com.vaadin.ui.dnd.event | |
| com.vaadin.ui.renderers |
| 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 |
ContextClickEvent
Context click event fired by a
Component. |
class |
ExpandEvent<T>
An event that is fired when an item is expanded in a listing component that
displays hierarchical data.
|
static class |
FieldEvents.BlurEvent
BlurEvent class for holding additional event information. |
static class |
FieldEvents.FocusEvent
FocusEvent class for holding additional event information. |
static class |
LayoutEvents.LayoutClickEvent
An event fired when the layout has been clicked.
|
static class |
MouseEvents.ClickEvent
Class for holding information about a mouse click event.
|
static class |
MouseEvents.DoubleClickEvent
Class for holding additional event information for DoubleClick events.
|
class |
SortEvent<T extends SortOrder<?>>
Event describing a change in sorting of a
DataProvider. |
static class |
UIEvents.PollEvent
An event that is fired whenever a client polls the server for
asynchronous UI updates.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
FieldEvents.FocusAndBlurServerRpcImpl.fireEvent(Component.Event event) |
protected void |
FieldEvents.FocusAndBlurServerRpcDecorator.fireEvent(Component.Event event) |
| Constructor and Description |
|---|
FocusAndBlurServerRpcDecorator(Component component,
SerializableConsumer<Component.Event> eventHandler)
Create a new decorator instance.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSplitPanel.SplitPositionChangeEvent
Event that indicates a change in SplitPanel's splitter position.
|
static class |
AbstractSplitPanel.SplitterClickEvent |
static class |
Button.ClickEvent
Click event.
|
static class |
Component.ErrorEvent
Class of all component originated error events.
|
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 |
Grid.GridContextClickEvent<T>
ContextClickEvent for the Grid Component.
|
static class |
HasComponents.ComponentAttachEvent
Component attach event sent when a component is attached to container.
|
static class |
HasComponents.ComponentDetachEvent
Component detach event sent when a component is detached from container.
|
static class |
LoginForm.LoginEvent
Event sent when the login form is submitted.
|
static class |
PopupView.PopupVisibilityEvent
This event is received by the PopupVisibilityListeners when the
visibility of the popup changes.
|
static class |
TabSheet.SelectedTabChangeEvent
Selected tab change event.
|
static class |
Tree.TreeContextClickEvent<T>
ContextClickEvent for the Tree Component.
|
static class |
UI.WindowOrderUpdateEvent
Event which is fired when the ordering of the windows is updated.
|
static class |
Upload.ChangeEvent
Upload.ChangeEvent event is sent when the value (filename) of the upload
changes.
|
static class |
Upload.FailedEvent
Upload.FailedEvent event is sent when the upload is received, but the
reception is interrupted for some reason.
|
static class |
Upload.FinishedEvent
Upload.FinishedEvent is sent when the upload receives a file, regardless
of whether the reception was successful or failed.
|
static class |
Upload.NoInputStreamEvent
FailedEvent that indicates that an input stream could not be obtained.
|
static class |
Upload.NoOutputStreamEvent
FailedEvent that indicates that an output stream could not be obtained.
|
static class |
Upload.StartedEvent
Upload.StartedEvent event is sent when the upload is started to received.
|
static class |
Upload.SucceededEvent
Upload.SucceededEvent event is sent when the upload is received
successfully.
|
static class |
Window.CloseEvent |
static class |
Window.ResizeEvent
Resize events are fired whenever the client-side fires a resize-event
(e.g.
|
static class |
Window.WindowModeChangeEvent
Event which is fired when the mode of the Window changes.
|
static class |
Window.WindowOrderChangeEvent
Event which is fired when the window order position is changed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Component.Listener.componentEvent(Component.Event event)
Notifies the listener of a component event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDragEndEvent<T>
Drop event on an HTML5 drop target
Grid row. |
class |
GridDragStartEvent<T>
Drag start event on an HTML5 drag source
Grid row. |
class |
GridDropEvent<T>
Drop event on an HTML5 drop target
Grid row. |
class |
TreeGridDropEvent<T>
Drop event on an HTML5 drop target
TreeGrid row. |
| Modifier and Type | Class and Description |
|---|---|
class |
DragEndEvent<T extends AbstractComponent>
HTML5 drag end event.
|
class |
DragStartEvent<T extends AbstractComponent>
HTML5 drag start event.
|
class |
DropEvent<T extends AbstractComponent>
Server side drop event.
|
class |
FileDropEvent<T extends AbstractComponent>
File drop event that contains the collection of files dropped on a file drop
target.
|
| 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 © 2019 Vaadin Ltd. All rights reserved.