Package org.vaadin.firitin.fluency.ui
Interface FluentAttachNotifier<S extends FluentAttachNotifier<S>>
- All Superinterfaces:
com.vaadin.flow.component.AttachNotifier
,Serializable
- All Known Subinterfaces:
FluentComponent<S>
,FluentHtmlContainer<S>
,FluentVaadinTextField<S,
F, T>
- All Known Implementing Classes:
ConfirmationDialog
,ConfirmButton
,DefaultButton
,DeleteButton
,DynamicFileDownloader
,EnumSelect
,LocaleSelect
,PagingGrid
,TreeTable
,UploadFileHandler
,VAccordion
,VAccordionPanel
,VAnchor
,VArticle
,VAside
,VBigDecimalField
,VButton
,VCheckBox
,VCheckboxGroup
,VComboBox
,VCustomField
,VDatePicker
,VDateTimePicker
,VDescriptionList
,VDetails
,VDialog
,VDiv
,VEmailField
,VEmphasis
,VFlexLayout
,VFooter
,VFormLayout
,VGrid
,VH1
,VH2
,VH3
,VH4
,VH5
,VH6
,VHeader
,VHorizontalLayout
,VHr
,VImage
,VIntegerField
,VLabel
,VListBox
,VListItem
,VMain
,VMenuBar
,VMultiSelectListBox
,VNativeButton
,VNav
,VNotification
,VNumberField
,VOrderedList
,VParagaph
,VPasswordField
,VProgressBar
,VRadioButtonGroup
,VScroller
,VSection
,VSpan
,VSplitLayout
,VTab
,VTabs
,VTextArea
,VTextField
,VTimePicker
,VUnorderedList
,VUpload
,VVerticalLayout
public interface FluentAttachNotifier<S extends FluentAttachNotifier<S>>
extends com.vaadin.flow.component.AttachNotifier
-
Method Summary
Modifier and TypeMethodDescriptiondefault S
withAttachListener
(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.AttachEvent> listener) Methods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListener
-
Method Details
-
withAttachListener
default S withAttachListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.AttachEvent> listener)
-