Uses of Class
com.vaadin.flow.component.ClickEvent
Packages that use ClickEvent
Package
Description
-
Uses of ClickEvent in com.vaadin.flow.component
Method parameters in com.vaadin.flow.component with type arguments of type ClickEventModifier and TypeMethodDescriptiondefault Registration
ClickNotifier.addClickListener
(ComponentEventListener<ClickEvent<T>> listener) Adds a click listener to this component.default Registration
ClickNotifier.addDoubleClickListener
(ComponentEventListener<ClickEvent<T>> listener) Adds a double click listener to this component.default Registration
ClickNotifier.addSingleClickListener
(ComponentEventListener<ClickEvent<T>> listener) Adds a single click listener to this component. -
Uses of ClickEvent in com.vaadin.flow.component.button
Constructor parameters in com.vaadin.flow.component.button with type arguments of type ClickEventModifierConstructorDescriptionButton
(Component icon, ComponentEventListener<ClickEvent<Button>> clickListener) Creates a button with an icon and a listener for click events.Button
(String text, ComponentEventListener<ClickEvent<Button>> clickListener) Creates a button with a text and a listener for click events.Button
(String text, Component icon, ComponentEventListener<ClickEvent<Button>> clickListener) Create a button with a text, an icon and a listener for click events. -
Uses of ClickEvent in com.vaadin.flow.component.grid
Subclasses of ClickEvent in com.vaadin.flow.component.gridModifier and TypeClassDescriptionclass
Event fired when a Grid item is clicked.class
Event fired when a Grid item is double clicked. -
Uses of ClickEvent in com.vaadin.flow.component.html
Constructor parameters in com.vaadin.flow.component.html with type arguments of type ClickEventModifierConstructorDescriptionNativeButton
(String text, ComponentEventListener<ClickEvent<NativeButton>> clickListener) Creates a button with the given text and click listener.