Class ReportFieldFormatImpl
java.lang.Object
io.jmix.reports.yarg.structure.impl.ReportFieldFormatImpl
- All Implemented Interfaces:
ReportFieldFormat
,Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionReportFieldFormatImpl
(String name, String format) ReportFieldFormatImpl
(String name, String format, Boolean groovyScript) -
Method Summary
-
Field Details
-
name
-
format
-
groovyScript
-
-
Constructor Details
-
ReportFieldFormatImpl
-
ReportFieldFormatImpl
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceReportFieldFormat
- Returns:
- formatted field name. Should also contain all parent band names. Example: Band1.Band2.field1
-
getFormat
- Specified by:
getFormat
in interfaceReportFieldFormat
- Returns:
- format string Example: ##,# for decimals, dd-MM-yyyy for dates, etc.
-
isGroovyScript
- Specified by:
isGroovyScript
in interfaceReportFieldFormat
- Returns:
- boolean
true
if the groovy script, otherwisefalse
-