Package io.jmix.ui.screen
Annotation Interface PrimaryEditorScreen
Annotation for edit screen controllers that sets this controller as default editor 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 editor.
-