Uses of Class
com.vaadin.flow.router.RouteBaseData
-
Packages that use RouteBaseData Package Description com.vaadin.flow.router -
-
Uses of RouteBaseData in com.vaadin.flow.router
Classes in com.vaadin.flow.router with type parameters of type RouteBaseData Modifier and Type Class Description class
RouteBaseData<T extends RouteBaseData>
Abstract base class for route and route alias data.Subclasses of RouteBaseData in com.vaadin.flow.router Modifier and Type Class Description class
RouteAliasData
Route data for an 'alias' route.class
RouteData
Data collection of information for a specific registered route target.Methods in com.vaadin.flow.router that return types with arguments of type RouteBaseData Modifier and Type Method Description List<RouteBaseData<?>>
RoutesChangedEvent. getAddedRoutes()
Get all routes added for this change.List<RouteBaseData<?>>
RoutesChangedEvent. getRemovedRoutes()
Get all routes removed in this change.Constructor parameters in com.vaadin.flow.router with type arguments of type RouteBaseData Constructor Description RoutesChangedEvent(RouteRegistry source, List<RouteBaseData<?>> added, List<RouteBaseData<?>> removed)
Constructs a prototypical Event.
-