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, CopyToClipboardButton, DefaultButton, DeleteButton, HorizontalFloatLayout, PopoverButton, ReadFromClipboardButton, ToggleButton, 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>
-
Method Summary
Modifier and TypeMethodDescriptiondefault SwithClickListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<T>> listener) Methods inherited from interface com.vaadin.flow.component.ClickNotifier
addClickListener, addClickShortcut, addDoubleClickListener, addSingleClickListener
-
Method Details
-
withClickListener
-