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 voidfireLocationChangeEvent(com.vaadin.flow.component.UI ui, com.vaadin.flow.router.Location location) protected voidreplaceStateInternal(com.vaadin.flow.component.UI ui, com.vaadin.flow.router.Location location, boolean callback) protected voidupdateViewResolvedLocation(com.vaadin.flow.component.UI ui, com.vaadin.flow.router.Location location) protected voidupdateViewResolvedLocation(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:
replaceStateInternalin 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
-