public static class DefaultNavigator.DefaultNavigationBuilder extends AbstractNavigationURLBuilder<Navigator.NavigationBuilder> implements Navigator.NavigationBuilder
NavigationBuilder implementation.| Constructor and Description |
|---|
DefaultNavigationBuilder(Navigator navigator,
String path)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.router.Location |
asLocation()
Get the navigation location as a
Location, including the navigation path and any declared query
parameter. |
void |
navigate()
Navigates to the location which is composed by the specified path and the provided query parameter values, if
any.
|
encodeQueryParameters, withPathParameter, withQueryParameterequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasLocationURLencodeQueryParameters, withPathParameter, withQueryParameter, withQueryParameterpublic com.vaadin.flow.router.Location asLocation()
Navigator.NavigationBuilderLocation, including the navigation path and any declared query
parameter.asLocation in interface Navigator.NavigationBuilderLocationpublic void navigate()
Navigator.NavigationBuildernavigate in interface Navigator.NavigationBuilderCopyright © 2020 The Holon Platform. All rights reserved.