Package io.jmix.reports.yarg.structure
Class ReportOutputType
java.lang.Object
io.jmix.reports.yarg.structure.ReportOutputType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JmixReportOutputType
This class contains list of supported output types. It can be extended, new types can be added at runtime
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReportOutputTypestatic final ReportOutputTypestatic final ReportOutputTypestatic final ReportOutputTypestatic final ReportOutputTypestatic final ReportOutputTypeprotected static Map<String,ReportOutputType> static final ReportOutputTypestatic final ReportOutputType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()static ReportOutputTypeprotected static voidregisterOutputType(ReportOutputType outputType)
-
Field Details
-
xls
-
doc
-
docx
-
xlsx
-
html
-
pdf
-
csv
-
custom
-
values
-
-
Constructor Details
-
ReportOutputType
-
-
Method Details
-
registerOutputType
-
getOutputTypeById
-
getId
-