C - Concrete configurator typepublic interface CompositionNotifierConfigurator<C extends CompositionNotifierConfigurator<C>>
CompositionNotifier type components.| Modifier and Type | Method and Description |
|---|---|
C |
withCompositionEndListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.CompositionEndEvent> listener)
Adds a
compositionend listener to this component. |
C |
withCompositionStartListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.CompositionStartEvent> listener)
Adds a
compositionstart listener to this component. |
C |
withCompositionUpdateListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.CompositionUpdateEvent> listener)
Adds a
compositionupdate listener to this component. |
C withCompositionStartListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.CompositionStartEvent> listener)
compositionstart listener to this component.listener - the listener to add, not nullC withCompositionUpdateListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.CompositionUpdateEvent> listener)
compositionupdate listener to this component.listener - the listener to add, not nullC withCompositionEndListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.CompositionEndEvent> listener)
compositionend listener to this component.listener - the listener to add, not nullCopyright © 2019 The Holon Platform. All rights reserved.