Package io.jmix.flowui.view
Annotation Interface PrimaryLookupView
Annotation for lookup view controllers that sets this controller as default lookup view for entities
 of the specified type.
- See Also:
- 
Required Element SummaryRequired Elements
- 
Element Details- 
valueClass<?> valueEntity class for which the view is a default lookup view.
 
-