Interface ClickHandler

All Superinterfaces:
com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<? extends com.vaadin.flow.component.Component>>, EventListener, Serializable
All Known Subinterfaces:
ExecutableView, HasColumns<T>
All Known Implementing Classes:
AbstractDataEditor, AbstractDataForm, ActionForm, Dashboard, DataEditor, DataForm, DataGrid, DataTreeGrid, ImageView, InformationMessage, ListGrid, MultiSelectGrid, SelectGrid, View, Viewer, ViewGrid, WrappedView
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ClickHandler extends com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<? extends com.vaadin.flow.component.Component>>
Interface that handles mouse clicks (typically on Button).
Author:
Syam