Class ExportDelegateHelper


  • public final class ExportDelegateHelper
    extends Object
    A helper class for registering custom style generators
    Author:
    Bas Rutten
    • 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 generator
        generator - the generator