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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleandoHandle(NavigationState requestedState, AppUI ui) Performs navigation corresponding the givenrequestedState. 
- 
Constructor Details
- 
NoopNavigationHandler
public NoopNavigationHandler() 
 - 
 - 
Method Details