Package io.jmix.reports.annotation
Annotation Interface ReportGroupDef
Indicates that marked class is a report group definition.
Report group described by this definition can be used to group semantically related reports together.
The group will be available in the running application for observing in UI and REST API.
Report definition is a Spring bean (which isn't really used for now).
Model object is
Report definition is a Spring bean (which isn't really used for now).
Model object is
ReportGroup.- See Also:
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
-
uuid
String uuidOptional unique id in the UUID format. Specify this attribute to have stable object id in runtime (e.g. for URL routes).- Default:
- ""
-
beanName
@AliasFor(annotation=org.springframework.stereotype.Component.class, attribute="value") String beanNameName of the Spring bean containing group definition.- Default:
- ""
-