Class RootNavigationHandler
java.lang.Object
io.jmix.ui.navigation.navigationhandler.RootNavigationHandler
- All Implemented Interfaces:
NavigationHandler
@Component("ui_RootNavigationHandler")
@Scope("prototype")
@Order(960)
public class RootNavigationHandler
extends Object
implements NavigationHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandoHandle(NavigationState requestedState, AppUI ui) Performs navigation corresponding the givenrequestedState.protected voidprotected booleanrootChanged(NavigationState requestedState, AppUI ui)
-
Field Details
-
windowConfig
-
messages
-
-
Constructor Details
-
RootNavigationHandler
public RootNavigationHandler()
-
-
Method Details
-
handle404