Class ParamsNavigationHandler
java.lang.Object
io.jmix.ui.navigation.navigationhandler.ParamsNavigationHandler
- All Implemented Interfaces:
NavigationHandler
@Component("ui_ParamsNavigationHandler")
@Scope("prototype")
@Order(980)
public class ParamsNavigationHandler
extends Object
implements NavigationHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
doHandle
(NavigationState requestedState, AppUI ui) Performs navigation corresponding the givenrequestedState
.
-
Constructor Details
-
ParamsNavigationHandler
public ParamsNavigationHandler()
-
-
Method Details