Uses of Interface
com.vaadin.flow.router.HasUrlParameter
-
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>>
voidForward the navigation to show the given component with given route parameters instead of the component that is currently about to be displayed.
<T,
C extends Component & HasUrlParameter<T>>
voidForward the navigation to show the given component with given route parameter instead of the component that is currently about to be displayed.
<T,
C extends Component & HasUrlParameter<T>>
voidBeforeEvent.forwardTo
(Class<? extends C> forwardTargetComponent, T routeParameter, QueryParameters queryParameters) Forward the navigation to show the given component with given route parameter and query parameters instead of the component that is currently about to be displayed.
<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>>
voidReroutes the navigation to show the given component with given route parameters instead of the component that is currently about to be displayed.
<T,
C extends Component & HasUrlParameter<T>>
voidReroutes the navigation to show the given component with given route parameter instead of the component that is currently about to be displayed.
<T,
C extends Component & HasUrlParameter<T>>
voidBeforeEvent.rerouteTo
(Class<? extends C> routeTargetType, T routeParameter, QueryParameters queryParameters) Reroutes the navigation to show the given component with given route parameter and query parameters instead of the component that is currently about to be displayed.
<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.
-
Uses of HasUrlParameter in com.vaadin.testbench.unit
Methods in com.vaadin.testbench.unit with type parameters of type HasUrlParameterModifier and TypeMethodDescription<C,
T extends Component & HasUrlParameter<C>>
TNavigate to view with url parameter.