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 classCollapseEvent<T>An event that is fired when an item is collapsed in a listing component that displays hierarchical data.classContextClickEventContext click event fired by aComponent.classExpandEvent<T>An event that is fired when an item is expanded in a listing component that displays hierarchical data.static classFieldEvents.BlurEventBlurEventclass for holding additional event information.static classFieldEvents.FocusEventFocusEventclass for holding additional event information.static classLayoutEvents.LayoutClickEventAn event fired when the layout has been clicked.static classMouseEvents.ClickEventClass for holding information about a mouse click event.static classMouseEvents.DoubleClickEventClass for holding additional event information for DoubleClick events.classSortEvent<T extends SortOrder<?>>Event describing a change in sorting of aDataProvider.static classUIEvents.PollEventAn 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 voidFieldEvents.FocusAndBlurServerRpcDecorator. fireEvent(Component.Event event)protected abstract voidFieldEvents.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 classAbstractSplitPanel.SplitPositionChangeEventEvent that indicates a change in SplitPanel's splitter position.static classAbstractSplitPanel.SplitterClickEventstatic classButton.ClickEventClick event.static classComponent.ErrorEventClass of all component originated error events.static classGrid.ColumnReorderEventAn event that is fired when the columns are reordered.static classGrid.ColumnResizeEventAn event that is fired when a column is resized, either programmatically or by the user.static classGrid.ColumnVisibilityChangeEventAn event that is fired when a column's visibility changes.static classGrid.GridContextClickEvent<T>ContextClickEvent for the Grid Component.static classHasComponents.ComponentAttachEventComponent attach event sent when a component is attached to container.static classHasComponents.ComponentDetachEventComponent detach event sent when a component is detached from container.static classLoginForm.LoginEventEvent sent when the login form is submitted.static classPopupView.PopupVisibilityEventThis event is received by the PopupVisibilityListeners when the visibility of the popup changes.static classTabSheet.SelectedTabChangeEventSelected tab change event.static classTree.TreeContextClickEvent<T>ContextClickEvent for the Tree Component.static classUI.WindowOrderUpdateEventEvent which is fired when the ordering of the windows is updated.static classUpload.ChangeEventUpload.ChangeEvent event is sent when the value (filename) of the upload changes.static classUpload.FailedEventUpload.FailedEvent event is sent when the upload is received, but the reception is interrupted for some reason.static classUpload.FinishedEventUpload.FinishedEvent is sent when the upload receives a file, regardless of whether the reception was successful or failed.static classUpload.NoInputStreamEventFailedEvent that indicates that an input stream could not be obtained.static classUpload.NoOutputStreamEventFailedEvent that indicates that an output stream could not be obtained.static classUpload.StartedEventUpload.StartedEvent event is sent when the upload is started to received.static classUpload.SucceededEventUpload.SucceededEvent event is sent when the upload is received successfully.static classWindow.CloseEventstatic classWindow.ResizeEventResize events are fired whenever the client-side fires a resize-event (e.g. the browser window is resized).static classWindow.WindowModeChangeEventEvent which is fired when the mode of the Window changes.static classWindow.WindowOrderChangeEventEvent 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 voidComponent.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 classGridDragEndEvent<T>Drop event on an HTML5 drop targetGridrow.classGridDragStartEvent<T>Drag start event on an HTML5 drag sourceGridrow.classGridDropEvent<T>Drop event on an HTML5 drop targetGridrow.classTreeGridDropEvent<T>Drop event on an HTML5 drop targetTreeGridrow. -
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 classDragEndEvent<T extends AbstractComponent>HTML5 drag end event.classDragStartEvent<T extends AbstractComponent>HTML5 drag start event.classDropEvent<T extends AbstractComponent>Server side drop event.classFileDropEvent<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 classClickableRenderer.RendererClickEvent<T>An event fired when a clickable widget rendered by a ClickableRenderer is clicked.
-