Class NoopNavigationHandler

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

@Component("ui_NoopNavigationHandler") @Scope("prototype") @Order(990) public class NoopNavigationHandler extends Object implements NavigationHandler
  • Constructor Details

    • NoopNavigationHandler

      public NoopNavigationHandler()
  • 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