Uses of Class
de.samply.reporter.template.script.ScriptReference
Packages that use ScriptReference
-
Uses of ScriptReference in de.samply.reporter.template
Methods in de.samply.reporter.template that return ScriptReferenceModifier and TypeMethodDescriptionColumnTemplate.getHeaderFormatScript()ReportTemplate.getInitScript()ColumnTemplate.getValueFormatScript()SheetTemplate.getValuesScript()Methods in de.samply.reporter.template that return types with arguments of type ScriptReferenceMethods in de.samply.reporter.template with parameters of type ScriptReferenceModifier and TypeMethodDescriptionvoidColumnTemplate.setHeaderFormatScript(ScriptReference headerFormatScript) voidReportTemplate.setInitScript(ScriptReference initScript) voidColumnTemplate.setValueFormatScript(ScriptReference valueFormatScript) voidSheetTemplate.setValuesScript(ScriptReference valuesScript) Method parameters in de.samply.reporter.template with type arguments of type ScriptReferenceModifier and TypeMethodDescriptionvoidSheetTemplate.setFormatScripts(List<ScriptReference> formatScripts)