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.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 the
RouteData
for all registered navigation targets.RouteConfiguration.getRegisteredAccessibleMenuRoutes()
Get the
RouteData
for all accessible registered navigation targets with a menu information.RouteConfiguration.getRegisteredAccessibleMenuRoutes
(Collection<BeforeEnterListener> accessControls) Get the
RouteData
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 the
RouteData
for all accessible registered navigation targets with a menu information.RouteRegistry.getRegisteredRoutes()
Get the
RouteData
for all registered navigation targets.SessionRouteRegistry.getRegisteredRoutes()