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