Uses of Interface
com.ocs.dynamo.ui.composite.export.XlsStyleGenerator
-
Packages that use XlsStyleGenerator Package Description com.ocs.dynamo.ui.composite.export.impl -
-
Uses of XlsStyleGenerator in com.ocs.dynamo.ui.composite.export.impl
Classes in com.ocs.dynamo.ui.composite.export.impl that implement XlsStyleGenerator Modifier and Type Class Description classBaseXlsStyleGenerator<ID extends Serializable,T extends AbstractEntity<ID>>Base style generator for Excel exportsMethods in com.ocs.dynamo.ui.composite.export.impl that return XlsStyleGenerator Modifier and Type Method Description protected XlsStyleGenerator<ID,T>BaseExcelExportTemplate. createGenerator(org.apache.poi.ss.usermodel.Workbook workbook)Creates the style generatorXlsStyleGenerator<ID,T>BaseExcelExportTemplate. getGenerator()Methods in com.ocs.dynamo.ui.composite.export.impl with parameters of type XlsStyleGenerator Modifier and Type Method Description voidBaseExcelExportTemplate. setGenerator(XlsStyleGenerator<ID,T> generator)
-