Package io.jmix.ui.screen
Annotation Interface PrimaryLookupScreen
Annotation for lookup screen controllers that sets this controller as default lookup screen for entities
of the specified type.
- See Also:
-
Required Element Summary
-
Element Details
-
value
Class<?> valueEntity class for which the screen is a default lookup screen.
-