Package io.jmix.reports.annotation
Annotation Interface CustomTemplateParameters
Defines parameters of the custom report template as part of the
Model object is
TemplateDef definition.
Custom template can be used to provide custom implementation for generation of the output document
based on band data and value formats.
Model object is
ReportTemplate.- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionSpecify how custom template is invoked.booleanScript that accepts parameters map and returns a URL that be called for to generate the output.
-
Element Details
-
enabled
boolean enabled- Returns:
- true if a custom template implementation should be used
- Default:
- false
-
definedBy
CustomTemplateDefinedBy definedBySpecify how custom template is invoked. Note: SCRIPT and CLASS are not supported here, use DELEGATE instead.- Default:
- DELEGATE
-
urlScript
String urlScriptScript that accepts parameters map and returns a URL that be called for to generate the output.- Default:
- ""
-