Uses of Class
com.vaadin.flow.component.contextmenu.ContextMenuBase.OpenedChangeEvent
-
-
Uses of ContextMenuBase.OpenedChangeEvent in com.vaadin.flow.component.contextmenu
Method parameters in com.vaadin.flow.component.contextmenu with type arguments of type ContextMenuBase.OpenedChangeEvent Modifier and Type Method Description com.vaadin.flow.shared.RegistrationContextMenuBase. addOpenedChangeListener(com.vaadin.flow.component.ComponentEventListener<ContextMenuBase.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<ContextMenuBase.OpenedChangeEvent<R>> listener)Deprecated.since v23.3, generated classes will be removed in v24.
-