We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.router.BeforeEnterObserver
Packages that use BeforeEnterObserver
-
Uses of BeforeEnterObserver in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return types with arguments of type BeforeEnterObserverModifier and TypeMethodDescriptionstatic List<BeforeEnterObserver>
EventUtil.collectBeforeEnterObservers
(Collection<? extends HasElement> oldChain, Collection<? extends HasElement> newChain) Collect before enter observer instances based on what will be attached when a new view chain is applied.
static List<BeforeEnterObserver>
EventUtil.collectBeforeEnterObserversFromChain
(Collection<? extends HasElement> chain, Collection<? extends HasElement> childrenExclusions) Collect before enter observer instances based on what will be attached when a new view chain is applied.
static List<BeforeEnterObserver>
EventUtil.collectBeforeEnterObserversFromChainElement
(HasElement element, Collection<? extends HasElement> childrenExclusions) Collect before enter observer instances in the
element
's hierarchy.