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
BeforeLeaveHandler s that have been left over from a postpone. |
Modifier and Type | Method and Description |
---|---|
static Postpone |
Postpone.withLeaveObservers(Deque<BeforeLeaveHandler> beforeLeave)
Set any remaining
BeforeLeaveHandler s to be continued from. |
Copyright © 2018. All rights reserved.