Class ScreenNavigationSupport

java.lang.Object
io.jmix.flowui.screen.navigation.ScreenNavigationSupport

@Component("flowui_ScreenNavigationSupport") public class ScreenNavigationSupport extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected ScreenRegistry
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.vaadin.flow.router.RouteConfiguration
     
    <T, C extends com.vaadin.flow.component.Component & com.vaadin.flow.router.HasUrlParameter<T>>
    void
    navigate(Class<? extends C> navigationTarget, T parameter)
     
    <T, C extends com.vaadin.flow.component.Component & com.vaadin.flow.router.HasUrlParameter<T>>
    void
    navigate(Class<? extends C> navigationTarget, T parameter, com.vaadin.flow.router.QueryParameters queryParameters)
     
    void
    navigate(Class<? extends com.vaadin.flow.component.Component> navigationTarget)
     
    void
    navigate(Class<? extends com.vaadin.flow.component.Component> navigationTarget, com.vaadin.flow.router.RouteParameters routeParameters)
     
    void
    navigate(Class<? extends com.vaadin.flow.component.Component> navigationTarget, com.vaadin.flow.router.RouteParameters routeParameters, com.vaadin.flow.router.QueryParameters queryParameters)
     
    void
    navigate(String screenId)
     
    void
    navigate(String screenId, com.vaadin.flow.router.RouteParameters routeParameters)
     
    void
    navigate(String screenId, com.vaadin.flow.router.RouteParameters routeParameters, com.vaadin.flow.router.QueryParameters queryParameters)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ScreenNavigationSupport

      public ScreenNavigationSupport(ScreenRegistry screenRegistry)
  • Method Details

    • getRouteConfiguration

      protected com.vaadin.flow.router.RouteConfiguration getRouteConfiguration()