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 Class
com.vaadin.flow.router.NavigationStateBuilder
Packages that use NavigationStateBuilder
-
Uses of NavigationStateBuilder in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return NavigationStateBuilderModifier and TypeMethodDescriptionAssign the path that was used for determining the navigation target.
NavigationStateBuilder.withTarget
(RouteTarget routeTarget, RouteParameters parameters) Assigns the given route target with the given route parameters to the navigation state being built.
NavigationStateBuilder.withTarget
(Class<? extends Component> navigationTarget) Assigns the given navigation target to the navigation state being built.
NavigationStateBuilder.withTarget
(Class<? extends Component> navigationTarget, RouteParameters parameters) Assigns the given navigation target with the given url parameter to the navigation state being built.