Uses of Class
com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu.OpenedChangeEvent
-
-
Uses of GeneratedVaadinContextMenu.OpenedChangeEvent in com.vaadin.flow.component.contextmenu
Method parameters in com.vaadin.flow.component.contextmenu with type arguments of type GeneratedVaadinContextMenu.OpenedChangeEvent Modifier and Type Method Description com.vaadin.flow.shared.RegistrationContextMenuBase. addOpenedChangeListener(com.vaadin.flow.component.ComponentEventListener<GeneratedVaadinContextMenu.OpenedChangeEvent<C>> listener)Adds a listener for theopened-changedevents fired by the web component.protected com.vaadin.flow.shared.RegistrationGeneratedVaadinContextMenu. addOpenedChangeListener(com.vaadin.flow.component.ComponentEventListener<GeneratedVaadinContextMenu.OpenedChangeEvent<R>> listener)Adds a listener foropened-changedevents fired by the webcomponent.
-