Uses of Class
com.vaadin.flow.router.RouteBaseData
Packages that use RouteBaseData
-
Uses of RouteBaseData in com.vaadin.flow.router
Classes in com.vaadin.flow.router with type parameters of type RouteBaseDataModifier and TypeClassDescriptionclass
RouteBaseData<T extends RouteBaseData>
Abstract base class for route and route alias data.Subclasses of RouteBaseData in com.vaadin.flow.routerModifier and TypeClassDescriptionclass
Route data for an 'alias' route.class
Data collection of information for a specific registered route target.Methods in com.vaadin.flow.router that return types with arguments of type RouteBaseDataModifier and TypeMethodDescriptionList<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 RouteBaseDataModifierConstructorDescriptionRoutesChangedEvent
(RouteRegistry source, List<RouteBaseData<?>> added, List<RouteBaseData<?>> removed) Constructs a prototypical Event.