public static interface Navigator.NavigationBuilder extends NavigationURLBuilder<Navigator.NavigationBuilder>
| 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. |
default String |
asLocationURL()
Get the navigation location as the URL part which includes 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, withQueryParameter, withQueryParametercom.vaadin.flow.router.Location asLocation()
Location, including the navigation path and any declared query
parameter.Locationdefault String asLocationURL()
void navigate()
Copyright © 2020 The Holon Platform. All rights reserved.