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