Uses of Class
com.vaadin.flow.router.NavigationStateBuilder
-
Packages that use NavigationStateBuilder Package Description com.vaadin.flow.router -
-
Uses of NavigationStateBuilder in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return NavigationStateBuilder Modifier and Type Method Description NavigationStateBuilderNavigationStateBuilder. withPath(String path)Assign the path that was used for determining the navigation target.NavigationStateBuilderNavigationStateBuilder. withTarget(RouteTarget routeTarget, RouteParameters parameters)Assigns the given route target with the given route parameters to the navigation state being built.NavigationStateBuilderNavigationStateBuilder. withTarget(Class<? extends Component> navigationTarget)Assigns the given navigation target to the navigation state being built.NavigationStateBuilderNavigationStateBuilder. withTarget(Class<? extends Component> navigationTarget, RouteParameters parameters)Assigns the given navigation target with the given url parameter to the navigation state being built.NavigationStateBuilderNavigationStateBuilder. withTarget(Class<? extends Component> navigationTarget, List<String> parameters)Deprecated.usewithTarget(Class, RouteParameters)instead.
-