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
Subclasses of RouteTarget in com.vaadin.flow.router.internalModifier and TypeClassDescriptionclassClient route target stores the target template.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 theRouteTargetinstance matching the given target component and route parameters.protected RouteTargetConfiguredRoutes.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.Methods in com.vaadin.flow.router.internal with parameters of type RouteTargetModifier and TypeMethodDescriptionprotected List<Class<? extends RouterLayout>>AbstractNavigationStateRenderer.getTargetParentLayouts(RouteTarget routeTarget, RouteRegistry registry, String path) Get the parentLayouts for given routeTarget or use an applicable@Layoutwhen no parentLayouts defined and target is a Route annotated target with autoLayout enabled and no layout set.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 theRouteTargetinstance matching the given target component and route parameters.SessionRouteRegistry.getRouteTarget(Class<? extends Component> target, RouteParameters parameters)