Interface FluentDetachNotifier<S extends FluentDetachNotifier<S>>

  • Method Summary

    Modifier and Type
    Method
    Description
    default S
    withDetachListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.DetachEvent> listener)
     

    Methods inherited from interface com.vaadin.flow.component.DetachNotifier

    addDetachListener
  • Method Details

    • withDetachListener

      default S withDetachListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.DetachEvent> listener)