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.RouteParam
Packages that use RouteParam
-
Uses of RouteParam in com.vaadin.flow.component
Methods in com.vaadin.flow.component with parameters of type RouteParamModifier and TypeMethodDescriptionUI.navigate
(Class<T> navigationTarget, RouteParam... parameters) Updates this UI to show the view corresponding to the given navigation target with the specified parameters.
-
Uses of RouteParam in com.vaadin.flow.router
Constructors in com.vaadin.flow.router with parameters of type RouteParamModifierConstructorDescriptionRouteParameters
(RouteParam... params) Creates a RouteParameters container using the given
RouteParam
s.