Uses of Interface
org.vaadin.miki.events.click.ComponentClickListener
Packages that use ComponentClickListener
-
Uses of ComponentClickListener in org.vaadin.miki.events.click
Methods in org.vaadin.miki.events.click with parameters of type ComponentClickListenerModifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationComponentClickNotifier.addClickListener(ComponentClickListener<C> listener) Adds a listener. -
Uses of ComponentClickListener in org.vaadin.miki.superfields.buttons
Methods in org.vaadin.miki.superfields.buttons with parameters of type ComponentClickListenerModifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationMultiClickButton.addClickListener(ComponentClickListener<MultiClickButton> listener) Constructors in org.vaadin.miki.superfields.buttons with parameters of type ComponentClickListenerModifierConstructorDescriptionMultiClickButton(ComponentClickListener<MultiClickButton> listener, ButtonState... states) Creates a button with given listener and states.