| 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 |
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 |
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 |
|---|---|
static class |
ClickableRenderer.RendererClickEvent<T>
An event fired when a clickable widget rendered by a ClickableRenderer is
clicked.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.