Package | Description |
---|---|
com.vaadin.flow.router | |
com.vaadin.flow.router.internal | |
com.vaadin.flow.server |
Modifier and Type | Method and Description |
---|---|
void |
RouterLink.afterNavigation(AfterNavigationEvent event) |
boolean |
HighlightCondition.shouldHighlight(T t,
AfterNavigationEvent event)
Tests if the target should be highlighted based on the navigation
event . |
Modifier and Type | Method and Description |
---|---|
void |
AfterNavigationHandler.afterNavigation(AfterNavigationEvent event)
Method called after navigation has been executed.
|
Modifier and Type | Method and Description |
---|---|
AfterNavigationEvent |
InitialPageSettings.getAfterNavigationEvent()
Get the after navigation event.
|
Constructor and Description |
---|
InitialPageSettings(VaadinRequest request,
UI ui,
AfterNavigationEvent afterNavigationEvent,
WebBrowser browser)
Create new initial page settings object.
|
Copyright © 2019. All rights reserved.