Interface FluentClickNotifier<T extends com.vaadin.flow.component.Component,S extends FluentClickNotifier<T,S>>

All Superinterfaces:
com.vaadin.flow.component.ClickNotifier<T>, Serializable
All Known Implementing Classes:
ConfirmButton, DefaultButton, DeleteButton, HorizontalFloatLayout, VArticle, VAside, VButton, VCheckBox, VCode, VDescriptionList, VDiv, VFlexLayout, VFooter, VH1, VH2, VH3, VH4, VH5, VH6, VHeader, VHorizontalLayout, VImage, VListItem, VMain, VNativeButton, VNav, VOrderedList, VParagaph, VSection, VSpan, VSplitLayout, VUnorderedList, VVerticalLayout

public interface FluentClickNotifier<T extends com.vaadin.flow.component.Component,S extends FluentClickNotifier<T,S>> extends com.vaadin.flow.component.ClickNotifier<T>