Uses of Class
com.vaadin.flow.router.RouteData
Packages that use RouteData
-
Uses of RouteData in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return types with arguments of type RouteDataModifier and TypeMethodDescriptionRouteConfiguration.getAvailableRoutes()
Get theRouteData
for all registered navigation targets.RouteConfiguration.getRegisteredAccessibleMenuRoutes()
Get theRouteData
for all accessible registered navigation targets with a menu information.RouteConfiguration.getRegisteredAccessibleMenuRoutes
(Collection<BeforeEnterListener> accessControls) Get theRouteData
for all accessible registered navigation targets with a menu information. -
Uses of RouteData in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal that return types with arguments of type RouteDataModifier and TypeMethodDescriptionAbstractRouteRegistry.getRegisteredAccessibleMenuRoutes
(VaadinRequest vaadinRequest, Collection<BeforeEnterListener> accessControls) AbstractRouteRegistry.getRegisteredRoutes()
Method parameters in com.vaadin.flow.router.internal with type arguments of type RouteDataModifier and TypeMethodDescriptionstatic void
RouteUtil.checkForClientRouteCollisions
(VaadinService service, List<RouteData> flowRoutes) Checks the given list of Flow routes for potential collisions with Hilla routes. -
Uses of RouteData in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return types with arguments of type RouteDataModifier and TypeMethodDescriptionRouteRegistry.getRegisteredAccessibleMenuRoutes
(VaadinRequest vaadinRequest, Collection<BeforeEnterListener> accessControls) Get theRouteData
for all accessible registered navigation targets with a menu information.RouteRegistry.getRegisteredRoutes()
Get theRouteData
for all registered navigation targets.SessionRouteRegistry.getRegisteredRoutes()