Package org.vaadin.firitin.fluency.ui
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
,VArticle
,VAside
,VButton
,VCheckBox
,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 S
withClickListener
(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
-