Package io.jmix.tabbedmode.navigation
Class TabbedModeRouteSupport
java.lang.Object
io.jmix.flowui.view.navigation.RouteSupport
io.jmix.tabbedmode.navigation.TabbedModeRouteSupport
-
Field Summary
FieldsFields inherited from class io.jmix.flowui.view.navigation.RouteSupport
servletContext, urlParamSerializer
-
Constructor Summary
ConstructorsConstructorDescriptionTabbedModeRouteSupport
(UrlParamSerializer urlParamSerializer, jakarta.servlet.ServletContext servletContext, UiEventPublisher uiEventPublisher) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
fireLocationChangeEvent
(com.vaadin.flow.component.UI ui, com.vaadin.flow.router.Location location) protected void
replaceStateInternal
(com.vaadin.flow.component.UI ui, com.vaadin.flow.router.Location location, boolean callback) protected void
updateViewResolvedLocation
(com.vaadin.flow.component.UI ui, com.vaadin.flow.router.Location location) protected void
updateViewResolvedLocation
(View<?> view, com.vaadin.flow.router.Location location) Methods inherited from class io.jmix.flowui.view.navigation.RouteSupport
addQueryParameter, addQueryParameter, addQueryParameter, addQueryParameter, convertValues, createRouteParameters, fetchCurrentLocation, getActiveViewLocation, getRouteConfiguration, mergeQueryParameters, replaceStateInternal, replaceUrl, resolveLocationString, resolveQueryParameters, resolveQueryParameters, setLocation, setLocation, setQueryParameter, setQueryParameter, setQueryParameter, setQueryParameter, setQueryParameters, updateQueryParameters
-
Field Details
-
uiEventPublisher
-
-
Constructor Details
-
Method Details
-
replaceStateInternal
protected void replaceStateInternal(com.vaadin.flow.component.UI ui, com.vaadin.flow.router.Location location, boolean callback) - Overrides:
replaceStateInternal
in classRouteSupport
-
fireLocationChangeEvent
protected void fireLocationChangeEvent(com.vaadin.flow.component.UI ui, com.vaadin.flow.router.Location location) -
updateViewResolvedLocation
protected void updateViewResolvedLocation(com.vaadin.flow.component.UI ui, com.vaadin.flow.router.Location location) -
updateViewResolvedLocation
-