Class ParamsNavigationHandler

java.lang.Object
io.jmix.ui.navigation.navigationhandler.ParamsNavigationHandler
All Implemented Interfaces:
NavigationHandler

@Component("ui_ParamsNavigationHandler") @Scope("prototype") @Order(980) public class ParamsNavigationHandler extends Object implements NavigationHandler
  • Constructor Details

    • ParamsNavigationHandler

      public ParamsNavigationHandler()
  • Method Details

    • doHandle

      public boolean doHandle(NavigationState requestedState, AppUI ui)
      Description copied from interface: NavigationHandler
      Performs navigation corresponding the given requestedState.
      Specified by:
      doHandle in interface NavigationHandler
      Parameters:
      requestedState - requested state represented by NavigationState instance
      ui - current UI
      Returns:
      true if requestedState is fully handled by the handler or false if requestedState should be passed through handlers chain