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.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.