Package | Description |
---|---|
com.vaadin.flow.component | |
com.vaadin.flow.component.dialog | |
com.vaadin.flow.component.notification |
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.
|
Modifier and Type | Method and Description |
---|---|
Registration |
Dialog.addDetachListener(ComponentEventListener<DetachEvent> listener)
Adds a detach listener to this component.
|
Modifier and Type | Method and Description |
---|---|
Registration |
Notification.addDetachListener(ComponentEventListener<DetachEvent> listener)
Adds a detach listener to this component.
|
Copyright © 2020. All rights reserved.