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
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionallowed(NavigationState fromState, NavigationState toState) Checks whetherfromStatetotoStatenavigation is allowed or not.
-
Method Details