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.RouteParameterData
Packages that use RouteParameterData
-
Uses of RouteParameterData in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return types with arguments of type RouteParameterDataModifier and TypeMethodDescriptionRouteBaseData.getRouteParameters()
Get
Route
route parameters if any.RouteBaseData.getRouteParametersList()
Get
Route
route parameters in a list if any.Constructor parameters in com.vaadin.flow.router with type arguments of type RouteParameterDataModifierConstructorDescriptionRouteAliasData
(List<Class<? extends RouterLayout>> parentLayouts, String template, Map<String, RouteParameterData> parameters, Class<? extends Component> navigationTarget) AliasData constructor.
RouteBaseData
(List<Class<? extends RouterLayout>> parentLayouts, String template, Map<String, RouteParameterData> parameters, Class<? extends Component> navigationTarget) RouteBaseData constructor.
RouteData
(List<Class<? extends RouterLayout>> parentLayouts, String template, Map<String, RouteParameterData> parameters, Class<? extends Component> navigationTarget, List<RouteAliasData> routeAliases) RouteData constructor.
RouteData
(List<Class<? extends RouterLayout>> parentLayouts, String template, Map<String, RouteParameterData> parameters, Class<? extends Component> navigationTarget, List<RouteAliasData> routeAliases, MenuData menuData) RouteData constructor.
-
Uses of RouteParameterData in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal that return types with arguments of type RouteParameterDataModifier and TypeMethodDescriptionConfiguredRoutes.getParameters
(String template) Gets the parameters defined by the given template.