Uses of Class
com.vaadin.flow.component.ComponentEvent
Packages that use ComponentEvent
Package
Description
-
Uses of ComponentEvent in com.vaadin.flow.component
Classes in com.vaadin.flow.component with type parameters of type ComponentEventModifier and TypeInterfaceDescriptioninterfaceComponentEventListener<T extends ComponentEvent<?>>Generic listener for component events.Subclasses of ComponentEvent in com.vaadin.flow.componentModifier and TypeClassDescriptionstatic classAbstractField.ComponentValueChangeEvent<C extends Component,V> Value change event fired by components.classEvent fired after aComponentis attached to the UI.static classBlurNotifier.BlurEvent<C extends Component>Represents the DOM event "blur".classClickEvent<C extends Component>Event fired when a component is clicked.classThe event when a composition is ended.classThe event when a composition is started.classThe event when a composition is updated.classEvent fired before aComponentis detached from the UI.static classFocusNotifier.FocusEvent<C extends Component>Represents the DOM event "focus".classEvent fired when the component has received any type of input (e.g.classThe event when a key is pressed.classThe event when a key is pressed.classThe event when a key is released.classAn event that is fired whenever a client polls the server for asynchronous UI updates.static classstatic classstatic classEvent fired by the client to request a refresh of the user interface, by re-navigating to the current route.Methods in com.vaadin.flow.component with type parameters of type ComponentEventModifier and TypeMethodDescriptionprotected <T extends ComponentEvent<?>>
RegistrationComponent.addListener(Class<T> eventType, ComponentEventListener<T> listener) Adds a listener for an event of the given type.<T extends ComponentEvent<?>>
RegistrationComponentEventBus.addListener(Class<T> eventType, ComponentEventListener<T> listener) Adds a listener for the given event type.<T extends ComponentEvent<?>>
RegistrationComponentEventBus.addListener(Class<T> eventType, ComponentEventListener<T> listener, Consumer<DomListenerRegistration> domListenerConsumer) Adds a listener for the given event type, and customizes the corresponding DOM event listener with the given consumer.static <T extends ComponentEvent<?>>
RegistrationComponentUtil.addListener(Component component, Class<T> eventType, ComponentEventListener<T> listener) Adds a listener for an event of the given type to thecomponent.static <T extends ComponentEvent<?>>
RegistrationComponentUtil.addListener(Component component, Class<T> eventType, ComponentEventListener<T> listener, Consumer<DomListenerRegistration> domListenerConsumer) Adds a listener for an event of the given type to thecomponent, and customizes the corresponding DOM event listener with the given consumer.static <T extends ComponentEvent<?>>
Constructor<T> ComponentEventBusUtil.getEventConstructor(Class<T> eventType) Gets the constructor to use for firing a component event, of the given type, based on a DOM event.static <T extends ComponentEvent<?>>
booleanComponentUtil.hasEventListener(Component component, Class<? extends T> eventType) Check if the component has at least one registered listener of the given event type.Methods in com.vaadin.flow.component with parameters of type ComponentEventModifier and TypeMethodDescriptionprotected voidComponent.fireEvent(ComponentEvent<?> componentEvent) Dispatches the event to all listeners registered for the event type.voidComponentEventBus.fireEvent(ComponentEvent event) Dispatches the event to all listeners registered for the event type.static <T extends Component>
voidComponentUtil.fireEvent(T component, ComponentEvent<? extends T> componentEvent) Dispatches the event to all listeners registered for the event type.Method parameters in com.vaadin.flow.component with type arguments of type ComponentEventModifier and TypeMethodDescriptionstatic LinkedHashMap<String, Class<?>> ComponentEventBusUtil.getEventDataExpressions(Class<? extends ComponentEvent<?>> eventType) Gets a map of event data expression (forDomListenerRegistration.addEventData(String)) to Java type, with the same order as the parameters for the event constructor (as returned byComponentEventBusUtil.getEventConstructor(Class)).protected Collection<?> Component.getListeners(Class<? extends ComponentEvent> eventType) Returns all listeners that match or extend the given event type.Collection<?> ComponentEventBus.getListeners(Class<? extends ComponentEvent> eventType) Returns all listeners that match or extend the given event type.static Collection<?> ComponentUtil.getListeners(Component component, Class<? extends ComponentEvent> eventType) Returns all listeners that match or extend the given event type.protected booleanComponent.hasListener(Class<? extends ComponentEvent> eventType) Checks if there is at least one listener registered for the given event type for this component.booleanComponentEventBus.hasListener(Class<? extends ComponentEvent> eventType) Checks if there is at least one listener registered for the given event type. -
Uses of ComponentEvent in com.vaadin.flow.component.accordion
Subclasses of ComponentEvent in com.vaadin.flow.component.accordionModifier and TypeClassDescriptionstatic classAn event fired when an Accordion is opened or closed. -
Uses of ComponentEvent in com.vaadin.flow.component.charts.events
Subclasses of ComponentEvent in com.vaadin.flow.component.charts.eventsModifier and TypeClassDescriptionclassThe ChartAddSeriesEvent class stores data about new series added to an existing chart.classFired after a chart is printed using the print menuclassFired before a chart is printed using the print menuclassThe ChartClickEvent class stores information on click events anywhere on the area of the chart.classChartDrillupEvent triggered after all the series has been drilled up if chart has multiple drilldown seriesclassChartDrillupEvent triggered when the 'Back to previous series' button is clickedclassFired after a chart is loadedclassFired after a chart is redrawnclassThe ChartSelectionEvent class stores information on selection events on the chart's area.classThe DrilldownEvent class stores information on click events in drilldown pointsclassThe PointClickEvent class stores data for click events on the points of the chart.classFired while dragging a point.classFired when starting to drag a point.classFired when the point is dropped.classThe PointLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart point.classFired when the mouse exits the neighborhood of a pointclassFired when the mouse pointer moves within the neighborhood of a pointclassThe PointRemoveEvent class stores data for remove events on the points of the chartclassThe PointSelectEvent class stores data for select events on the points of the chart.classThe PointUnselectEvent class stores data for unselect events on the points of the chart.classThe PointUpdateEvent class stores data for update events on the points of the chartclassFired after a chart series is animatedclassSeriesCheckboxClickEvent triggered when a checkbox in a legend is clickedclassThe SeriesClickEvent class stores data for click events on the series of the chart.classFired when a series is hiddenclassThe SeriesLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart series.classFired when the mouse exits the neighborhood of a seriesclassFired when the mouse moves within the neighborhood of a seriesclassFired when a series is shownclassThe XAxesExtremesSetEvent class stores data for set extremes events on the x axes of the chart.classThe YAxesExtremesSetEvent class stores data for set extremes events on the y axes of the chart. -
Uses of ComponentEvent in com.vaadin.flow.component.combobox
Subclasses of ComponentEvent in com.vaadin.flow.component.comboboxModifier and TypeClassDescriptionstatic classComboBoxBase.CustomValueSetEvent<TComponent extends ComboBoxBase<TComponent,?, ?>> Event that is dispatched from a combo box component, if the component allows setting custom values, and the user has entered a non-empty value that does not match any of the existing items -
Uses of ComponentEvent in com.vaadin.flow.component.confirmdialog
Subclasses of ComponentEvent in com.vaadin.flow.component.confirmdialogModifier and TypeClassDescriptionstatic classEvent that is fired when the user clicks the Cancel button or presses Escape.static classEvent that is fired after the dialog's closing animation has finished.static classEvent that is fired when the user clicks the Confirm buttonstatic classEvent that is fired when the confirm dialog's opened state changes.static classEvent that is fired when the user clicks the Reject button -
Uses of ComponentEvent in com.vaadin.flow.component.crud
Subclasses of ComponentEvent in com.vaadin.flow.component.crudModifier and TypeClassDescriptionstatic classEvent fired when the user cancels the creation of a new item or modifications to an existing item.static classEvent fired when the user tries to delete an existing item.static classEvent fired when the user starts to edit an existing item.static classEvent fired when the user starts to create a new item.static classEvent fired when the user tries to save a new item or modifications to an existing item.classEvent fired to a crud grid when the internationalization object is changed. -
Uses of ComponentEvent in com.vaadin.flow.component.dashboard
Subclasses of ComponentEvent in com.vaadin.flow.component.dashboardModifier and TypeClassDescriptionclassFired when an item was moved.classFired when an item enters or exits move mode.classFired when an item was removed.classFired when a widget was resized.classFired when an item enters or exits resize mode.classFired when an item was selected. -
Uses of ComponentEvent in com.vaadin.flow.component.datepicker
Subclasses of ComponentEvent in com.vaadin.flow.component.datepickerModifier and TypeClassDescriptionstatic classinvalid-changedevent is sent when the invalid state changes.static classopened-changedevent is sent when the overlay opened state changes. -
Uses of ComponentEvent in com.vaadin.flow.component.details
Subclasses of ComponentEvent in com.vaadin.flow.component.details -
Uses of ComponentEvent in com.vaadin.flow.component.dialog
Subclasses of ComponentEvent in com.vaadin.flow.component.dialogModifier and TypeClassDescriptionstatic classEvent that is fired after the dialog's closing animation has finished.static class`vaadin-dialog-close-action` is sent when the user clicks outside the dialog or presses the escape key.static class`dragged` event is sent when the user finishes dragging the dialog.static class`resize` event is sent when the user finishes resizing the dialog.static classEvent that is fired when the dialog's opened state changes. -
Uses of ComponentEvent in com.vaadin.flow.component.dnd
Subclasses of ComponentEvent in com.vaadin.flow.component.dndModifier and TypeClassDescriptionclassDragEndEvent<T extends Component>HTML5 drag end event, fired when the user stops dragging a drag source either by dropping on top of a valid drop target or by canceling to drop.classDragStartEvent<T extends Component>HTML5 drag start event, fired when the user starts dragging a drag source.classServer side drop event. -
Uses of ComponentEvent in com.vaadin.flow.component.grid
Subclasses of ComponentEvent in com.vaadin.flow.component.gridModifier and TypeClassDescriptionclassEvent fired when a cell in the Grid is focused.classEvent fired when the user toggles the selection state of an item on the client-side.classEvent fired when the columns in the Grid are reordered.classEvent fired when a Grid column is resized by the user.classEvent fired when a Grid item is clicked.classEvent fired when a Grid item is double clicked. -
Uses of ComponentEvent in com.vaadin.flow.component.grid.dnd
Subclasses of ComponentEvent in com.vaadin.flow.component.grid.dnd -
Uses of ComponentEvent in com.vaadin.flow.component.gridpro
Subclasses of ComponentEvent in com.vaadin.flow.component.gridproModifier and TypeClassDescriptionstatic classEvent fired when the user starts to edit an existing item.static classEvent fired when the user has edited an existing item. -
Uses of ComponentEvent in com.vaadin.flow.component.html
Subclasses of ComponentEvent in com.vaadin.flow.component.htmlModifier and TypeClassDescriptionstatic classRepresents the DOM event "toggle". -
Uses of ComponentEvent in com.vaadin.flow.component.internal
Subclasses of ComponentEvent in com.vaadin.flow.component.internalModifier and TypeClassDescriptionclassInternal helper forAttachEventandDetachEvent.classAbstract class for composition events.classAbstract class for keyboard events.Methods in com.vaadin.flow.component.internal with type parameters of type ComponentEventModifier and TypeMethodDescription<T extends ComponentEvent<?>>
Optional<Constructor<T>> EventDataCache.getEventConstructor(Class<T> eventType) Gets the cached DOM event constructor for the given event type.<T extends ComponentEvent<?>>
Constructor<T> EventDataCache.setEventConstructor(Class<T> eventType, Constructor<T> constructor) Stores the given DOM event constructor for the given event type in the cache.Method parameters in com.vaadin.flow.component.internal with type arguments of type ComponentEventModifier and TypeMethodDescriptionOptional<LinkedHashMap<String, Class<?>>> EventDataCache.getDataExpressions(Class<? extends ComponentEvent<?>> eventType) Gets the cached data expressions for the given event type.LinkedHashMap<String, Class<?>> EventDataCache.setDataExpressions(Class<? extends ComponentEvent<?>> eventType, LinkedHashMap<String, Class<?>> expressions) Stores the given data expressions for the given event type in the cache. -
Uses of ComponentEvent in com.vaadin.flow.component.login
Subclasses of ComponentEvent in com.vaadin.flow.component.loginModifier and TypeClassDescriptionstatic class`forgot-password` is fired when the user clicks Forgot password buttonstatic class`login` is fired when the user either clicks Submit button or presses an Enter key. -
Uses of ComponentEvent in com.vaadin.flow.component.map.events
Subclasses of ComponentEvent in com.vaadin.flow.component.map.eventsModifier and TypeClassDescriptionclassRepresenting OpenLayers' @code{click} eventclassProvides data for click events on a cluster of featuresclassProvides data for click events on geographic featuresclassProvides data for when a feature is dropped after a drag operationclassFired when viewport movement has ended. -
Uses of ComponentEvent in com.vaadin.flow.component.masterdetaillayout
Subclasses of ComponentEvent in com.vaadin.flow.component.masterdetaillayoutModifier and TypeClassDescriptionstatic classEvent that is fired when the backdrop of the details overlay is clicked.static classEvent that is fired when the Escape key is pressed within the details area. -
Uses of ComponentEvent in com.vaadin.flow.component.messages
Subclasses of ComponentEvent in com.vaadin.flow.component.messagesModifier and TypeClassDescriptionstatic classThesubmitevent which is fired byMessageInputcomponent. -
Uses of ComponentEvent in com.vaadin.flow.component.notification
Subclasses of ComponentEvent in com.vaadin.flow.component.notificationModifier and TypeClassDescriptionstatic classopened-changedevent is sent when the notification opened state changes. -
Uses of ComponentEvent in com.vaadin.flow.component.popover
Subclasses of ComponentEvent in com.vaadin.flow.component.popoverModifier and TypeClassDescriptionstatic classopened-changedevent is sent when the popover opened state changes. -
Uses of ComponentEvent in com.vaadin.flow.component.select
Subclasses of ComponentEvent in com.vaadin.flow.component.selectModifier and TypeClassDescriptionstatic classinvalid-changedevent is sent when the invalid state changes.static classopened-changedevent is sent when the overlay opened state changes. -
Uses of ComponentEvent in com.vaadin.flow.component.splitlayout
Subclasses of ComponentEvent in com.vaadin.flow.component.splitlayout -
Uses of ComponentEvent in com.vaadin.flow.component.tabs
Subclasses of ComponentEvent in com.vaadin.flow.component.tabsModifier and TypeClassDescriptionstatic classAn event to mark that the selected tab has changed.static classAn event to mark that the selected tab has changed. -
Uses of ComponentEvent in com.vaadin.flow.component.timepicker
Subclasses of ComponentEvent in com.vaadin.flow.component.timepickerModifier and TypeClassDescriptionstatic classinvalid-changedevent is sent when the invalid state changes. -
Uses of ComponentEvent in com.vaadin.flow.component.treegrid
Subclasses of ComponentEvent in com.vaadin.flow.component.treegridModifier and TypeClassDescriptionclassCollapseEvent<T,C extends Component> classExpandEvent<T,C extends Component> -
Uses of ComponentEvent in com.vaadin.flow.component.upload
Subclasses of ComponentEvent in com.vaadin.flow.component.uploadModifier and TypeClassDescriptionclassAllFinishedEvent is sent when the upload has processed all the files in its upload queue, regardless of whether all the receptions were successful or not.classFailedEvent event is sent when the upload is received, but the reception is interrupted for some reason.classSent when the file selected for upload doesn't meet the constraints specified onUploadclassSent when a file selected for upload is removed.classFinishedEvent is sent when the upload receives a file, regardless of whether the reception was successful or failed.classFailedEvent that indicates that an input stream could not be obtained.classFailedEvent that indicates that an output stream could not be obtained.classProgressUpdateEvent is sent to track progress of upload.classStartedEvent event is sent when the upload is started to received.classSucceededEvent event is sent when the upload is received successfully. -
Uses of ComponentEvent in com.vaadin.flow.component.webcomponent
Subclasses of ComponentEvent in com.vaadin.flow.component.webcomponentModifier and TypeClassDescriptionstatic classEvent used for sending the activation event for an exported web component from the client to the server. -
Uses of ComponentEvent in com.vaadin.flow.data.event
Subclasses of ComponentEvent in com.vaadin.flow.data.event -
Uses of ComponentEvent in com.vaadin.flow.data.provider
Subclasses of ComponentEvent in com.vaadin.flow.data.providerModifier and TypeClassDescriptionclassIdentifierProviderChangeEvent<T,C extends Component> Event notifying the component that its identifier provider has been changed through a data view.classItemCountChangeEvent<T extends Component>Event describing the item count change for a component. -
Uses of ComponentEvent in com.vaadin.flow.data.selection
Subclasses of ComponentEvent in com.vaadin.flow.data.selectionModifier and TypeClassDescriptionclassMultiSelectionEvent<C extends Component,T> Fired when the selection changes in a listing component that supports multiple item selection.classSingleSelectionEvent<C extends Component,T> Fired when the selection changes in a listing component. -
Uses of ComponentEvent in com.vaadin.flow.internal.streams
Subclasses of ComponentEvent in com.vaadin.flow.internal.streamsModifier and TypeClassDescriptionclassEvent notifying the upload component that the upload has been completed.classEvent notifying the upload component that the upload has been started.