Uses of Class
com.vaadin.flow.router.internal.RouteTarget
Packages that use RouteTarget
-
Uses of RouteTarget in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return RouteTargetModifier and TypeMethodDescriptionNavigationState.getRouteTarget()
Gets the route target for this navigation state.Methods in com.vaadin.flow.router with parameters of type RouteTargetModifier and TypeMethodDescriptionNavigationStateBuilder.withTarget
(RouteTarget routeTarget, RouteParameters parameters) Assigns the given route target with the given route parameters to the navigation state being built. -
Uses of RouteTarget in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal that return RouteTargetModifier and TypeMethodDescriptionAbstractRouteRegistry.getRouteTarget
(Class<? extends Component> target, RouteParameters parameters) ConfiguredRoutes.getRouteTarget
(Class<? extends Component> target, RouteParameters parameters) Gets theRouteTarget
instance matching the given target component and route parameters.protected RouteTarget
ConfiguredRoutes.getRouteTarget
(String template) Get the RouteTarget stored for the given template.NavigationRouteTarget.getRouteTarget()
Gets the route target.Methods in com.vaadin.flow.router.internal that return types with arguments of type RouteTargetModifier and TypeMethodDescriptionprotected Map<String,
RouteTarget> ConfiguredRoutes.getRoutesMap()
protected Map<String,
RouteTarget> ConfigureRoutes.getRoutesMap()
Override so that the getters use the correct routes map for data.Constructors in com.vaadin.flow.router.internal with parameters of type RouteTargetModifierConstructorDescriptionNavigationRouteTarget
(String path, RouteTarget routeTarget, Map<String, String> parameters) -
Uses of RouteTarget in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return RouteTargetModifier and TypeMethodDescriptionRouteRegistry.getRouteTarget
(Class<? extends Component> target, RouteParameters parameters) Gets theRouteTarget
instance matching the given target component and route parameters.SessionRouteRegistry.getRouteTarget
(Class<? extends Component> target, RouteParameters parameters)