Uses of Class
com.vaadin.flow.component.webcomponent.EventOptions
Packages that use EventOptions
-
Uses of EventOptions in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent with parameters of type EventOptionsModifier and TypeMethodDescriptionvoid
WebComponent.fireEvent
(String eventName, elemental.json.JsonValue objectData, EventOptions options) Fires a custom event on the client-side originating from the web component with custom event data.