Package io.jmix.ui.navigation
Interface NavigationFilter
- All Known Implementing Classes:
JmixLoginScreenFilter
,JmixNotFoundScreenFilter
public interface NavigationFilter
Marker interface for beans that manage whether some route is allowed navigate to or not.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionallowed
(NavigationState fromState, NavigationState toState) Checks whetherfromState
totoState
navigation is allowed or not.
-
Method Details