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 Interface
com.vaadin.flow.router.HasUrlParameter
Packages that use HasUrlParameter
Package
Description
-
Uses of HasUrlParameter in com.vaadin.flow.component
Methods in com.vaadin.flow.component with type parameters of type HasUrlParameterModifier and TypeMethodDescription<T,
C extends Component & HasUrlParameter<T>>
Optional<C>Updates this UI to show the view corresponding to the given navigation target with the specified parameter.
<T,
C extends Component & HasUrlParameter<T>>
Optional<C>UI.navigate
(Class<? extends C> navigationTarget, T parameter, QueryParameters queryParameters) Updates this UI to show the view corresponding to the given navigation target with the specified parameter.
-
Uses of HasUrlParameter in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent with type parameters of type HasUrlParameter -
Uses of HasUrlParameter in com.vaadin.flow.router
Methods in com.vaadin.flow.router with type parameters of type HasUrlParameterModifier and TypeMethodDescription<T,
C extends Component & HasUrlParameter<T>>
StringGet the url string for given navigation target with the parameters in the url.
<T,
C extends Component & HasUrlParameter<T>>
StringGet the url string for given navigation target with the parameter in the url.
<T,
C extends Component & HasUrlParameter<T>>
voidSet the navigation target for this link.
<T,
C extends Component & HasUrlParameter<T>>
voidSet the navigation target for this link.