Package io.jmix.ui.navigation
Interface NavigationHandler
- All Known Implementing Classes:
NoopNavigationHandler
,ParamsNavigationHandler
,RootNavigationHandler
,ScreenNavigationHandler
public interface NavigationHandler
Classes that implement this interface are intended for handling URL navigation.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
doHandle
(NavigationState requestedState, AppUI ui) Performs navigation corresponding the givenrequestedState
.
-
Method Details