Class JmixNotFoundScreenFilter
java.lang.Object
io.jmix.ui.navigation.accessfilter.JmixNotFoundScreenFilter
- All Implemented Interfaces:
NavigationFilter
@Component("ui_JmixNotFoundScreenFilter")
@Order(990)
public class JmixNotFoundScreenFilter
extends Object
implements NavigationFilter
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.ui.navigation.NavigationFilter
NavigationFilter.AccessCheckResult
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallowed
(NavigationState fromState, NavigationState toState) Checks whetherfromState
totoState
navigation is allowed or not.
-
Field Details
-
windowConfig
-
-
Constructor Details
-
JmixNotFoundScreenFilter
public JmixNotFoundScreenFilter()
-
-
Method Details