Class TabbedModeRouteSupport

java.lang.Object
io.jmix.flowui.view.navigation.RouteSupport
io.jmix.tabbedmode.navigation.TabbedModeRouteSupport

public class TabbedModeRouteSupport extends RouteSupport
  • Field Details

  • Constructor Details

    • TabbedModeRouteSupport

      public TabbedModeRouteSupport(UrlParamSerializer urlParamSerializer, jakarta.servlet.ServletContext servletContext, UiEventPublisher uiEventPublisher)
  • Method Details

    • replaceStateInternal

      protected void replaceStateInternal(com.vaadin.flow.component.UI ui, com.vaadin.flow.router.Location location, boolean callback)
      Overrides:
      replaceStateInternal in class RouteSupport
    • 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

      protected void updateViewResolvedLocation(View<?> view, com.vaadin.flow.router.Location location)