Class ExportDelegateHelper
- java.lang.Object
-
- com.ocs.dynamo.ui.composite.export.impl.ExportDelegateHelper
-
public final class ExportDelegateHelper extends Object
A helper class for registering custom style generators- Author:
- Bas Rutten
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddCustomStyleGenerator(EntityModel<?> entityModel, Supplier<CustomXlsStyleGenerator<?,?>> generator)Adds a custom style generator
-
-
-
Method Detail
-
addCustomStyleGenerator
public static void addCustomStyleGenerator(EntityModel<?> entityModel, Supplier<CustomXlsStyleGenerator<?,?>> generator)
Adds a custom style generator- Parameters:
entityModel- the entity model for which to add the generatorgenerator- the generator
-
-