| Package | Description |
|---|---|
| com.vaadin.flow.router | |
| com.vaadin.flow.router.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeforeLeaveListener
A listener that may be added to the
UI
using
UI.addBeforeLeaveListener(BeforeLeaveListener). |
interface |
BeforeLeaveObserver
Any
com.vaadin.ui.Component implementing this interface will be
informed when they are being detached from the
UI. |
| Modifier and Type | Method and Description |
|---|---|
Deque<BeforeLeaveHandler> |
Postpone.getLeaveObservers()
Get
BeforeLeaveHandlers that have been left over from a postpone. |
| Modifier and Type | Method and Description |
|---|---|
static Postpone |
Postpone.withLeaveObservers(Deque<BeforeLeaveHandler> beforeLeave)
Set any remaining
BeforeLeaveHandlers to be continued from. |
Copyright © 2000–2018 Vaadin Ltd. All rights reserved.