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.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 TypeClassDescriptionclass
Client 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 the
RouteTarget
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.
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
@Layout
when 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 the
RouteTarget
instance matching the given target component and route parameters.SessionRouteRegistry.getRouteTarget
(Class<? extends Component> target, RouteParameters parameters)