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.