| Package | Description |
|---|---|
| com.vaadin.flow.component |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UI.onDetach(DetachEvent detachEvent)
Called before the UI is removed from the session.
|
protected void |
Component.onDetach(DetachEvent detachEvent)
Called when the component is detached from a UI.
|
| Modifier and Type | Method and Description |
|---|---|
default Registration |
DetachNotifier.addDetachListener(ComponentEventListener<DetachEvent> listener)
Adds a detach listener to this component.
|
Copyright © 2000–2026 Vaadin Ltd. All rights reserved.