Uses of Class
com.vaadin.ui.Component.Event
-
Packages that use Component.Event Package Description com.vaadin.event com.vaadin.ui com.vaadin.ui.components.grid com.vaadin.ui.dnd.event com.vaadin.ui.renderers -
-
Uses of Component.Event in com.vaadin.event
Subclasses of Component.Event in com.vaadin.event Modifier and Type Class 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 aComponent
.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 aDataProvider
.static class
UIEvents.PollEvent
An event that is fired whenever a client polls the server for asynchronous UI updates.Methods in com.vaadin.event with parameters of type Component.Event Modifier and Type Method Description protected void
FieldEvents.FocusAndBlurServerRpcDecorator. fireEvent(Component.Event event)
protected abstract void
FieldEvents.FocusAndBlurServerRpcImpl. fireEvent(Component.Event event)
Constructor parameters in com.vaadin.event with type arguments of type Component.Event Constructor Description FocusAndBlurServerRpcDecorator(Component component, SerializableConsumer<Component.Event> eventHandler)
Create a new decorator instance. -
Uses of Component.Event in com.vaadin.ui
Subclasses of Component.Event in com.vaadin.ui Modifier and Type Class 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. the browser window is resized).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.Methods in com.vaadin.ui with parameters of type Component.Event Modifier and Type Method Description void
Component.Listener. componentEvent(Component.Event event)
Notifies the listener of a component event. -
Uses of Component.Event in com.vaadin.ui.components.grid
Subclasses of Component.Event in com.vaadin.ui.components.grid Modifier and Type Class Description class
GridDragEndEvent<T>
Drop event on an HTML5 drop targetGrid
row.class
GridDragStartEvent<T>
Drag start event on an HTML5 drag sourceGrid
row.class
GridDropEvent<T>
Drop event on an HTML5 drop targetGrid
row.class
TreeGridDropEvent<T>
Drop event on an HTML5 drop targetTreeGrid
row. -
Uses of Component.Event in com.vaadin.ui.dnd.event
Subclasses of Component.Event in com.vaadin.ui.dnd.event Modifier and Type Class 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. -
Uses of Component.Event in com.vaadin.ui.renderers
Subclasses of Component.Event in com.vaadin.ui.renderers Modifier and Type Class Description static class
ClickableRenderer.RendererClickEvent<T>
An event fired when a clickable widget rendered by a ClickableRenderer is clicked.
-