Uses of Interface
com.vaadin.event.MouseEvents.ClickListener
-
Packages that use MouseEvents.ClickListener Package Description com.vaadin.ui -
-
Uses of MouseEvents.ClickListener in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type MouseEvents.ClickListener Modifier and Type Method Description RegistrationEmbedded. addClickListener(MouseEvents.ClickListener listener)Add a click listener to the component.RegistrationImage. addClickListener(MouseEvents.ClickListener listener)Add a click listener to the component.RegistrationPanel. addClickListener(MouseEvents.ClickListener listener)Add a click listener to the Panel.RegistrationUI. addClickListener(MouseEvents.ClickListener listener)Add a click listener to the UI.voidEmbedded. removeClickListener(MouseEvents.ClickListener listener)Deprecated.As of 8.0, replaced byRegistration.remove()in the registration object returned fromEmbedded.addClickListener(ClickListener).voidImage. removeClickListener(MouseEvents.ClickListener listener)Deprecated.As of 8.0, replaced byRegistration.remove()in the registration object returned fromImage.addClickListener(ClickListener).voidPanel. removeClickListener(MouseEvents.ClickListener listener)Deprecated.As of 8.0, replaced byRegistration.remove()in the registration object returned fromPanel.addClickListener(ClickListener).voidUI. removeClickListener(MouseEvents.ClickListener listener)Deprecated.As of 8.0, replaced byRegistration.remove()in the registration object returned fromUI.removeClickListener(ClickListener).
-