Uses of Class
com.vaadin.flow.router.internal.RouteTarget
-
Packages that use RouteTarget Package Description com.vaadin.flow.router com.vaadin.flow.router.internal com.vaadin.flow.server -
-
Uses of RouteTarget in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return RouteTarget Modifier and Type Method Description RouteTargetNavigationState. getRouteTarget()Gets the route target for this navigation state.Methods in com.vaadin.flow.router with parameters of type RouteTarget Modifier and Type Method Description NavigationStateBuilderNavigationStateBuilder. 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 RouteTarget Modifier and Type Method Description RouteTargetAbstractRouteRegistry. getRouteTarget(Class<? extends Component> target, RouteParameters parameters)RouteTargetConfiguredRoutes. 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.RouteTargetNavigationRouteTarget. getRouteTarget()Gets the route target.Methods in com.vaadin.flow.router.internal that return types with arguments of type RouteTarget Modifier and Type Method Description protected 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 RouteTarget Constructor Description NavigationRouteTarget(String path, RouteTarget routeTarget, Map<String,String> parameters) -
Uses of RouteTarget in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return RouteTarget Modifier and Type Method Description RouteTargetRouteRegistry. getRouteTarget(Class<? extends Component> target, RouteParameters parameters)Gets theRouteTargetinstance matching the given target component and route parameters.RouteTargetSessionRouteRegistry. getRouteTarget(Class<? extends Component> target, RouteParameters parameters)
-