Uses of Interface
com.vaadin.event.ContextClickEvent.ContextClickListener
-
Packages that use ContextClickEvent.ContextClickListener Package Description com.vaadin.event com.vaadin.ui -
-
Uses of ContextClickEvent.ContextClickListener in com.vaadin.event
Methods in com.vaadin.event with parameters of type ContextClickEvent.ContextClickListener Modifier and Type Method Description RegistrationContextClickEvent.ContextClickNotifier. addContextClickListener(ContextClickEvent.ContextClickListener listener)Adds a context click listener that gets notified when a context click happens.voidContextClickEvent.ContextClickNotifier. removeContextClickListener(ContextClickEvent.ContextClickListener listener)Deprecated.As of 8.0, replaced byRegistration.remove()in the registration object returned fromContextClickEvent.ContextClickNotifier.addContextClickListener(ContextClickListener). -
Uses of ContextClickEvent.ContextClickListener in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type ContextClickEvent.ContextClickListener Modifier and Type Method Description RegistrationAbstractComponent. addContextClickListener(ContextClickEvent.ContextClickListener listener)RegistrationGrid. addContextClickListener(ContextClickEvent.ContextClickListener listener)Adds a context click listener that gets notified when a context click happens.RegistrationTree. addContextClickListener(ContextClickEvent.ContextClickListener listener)Adds a context click listener that gets notified when a context click happens.voidAbstractComponent. removeContextClickListener(ContextClickEvent.ContextClickListener listener)Deprecated.voidTree. removeContextClickListener(ContextClickEvent.ContextClickListener listener)Deprecated.
-