Class TabularExportHandlerImpl.CustomColumn

  • Enclosing class:
    TabularExportHandlerImpl

    protected class TabularExportHandlerImpl.CustomColumn
    extends TabularExportHandlerImpl.Column
    A tabular column obtained from a custom function IMPORTANT: remember than the getter will receive the entity and not a data translation proxy so if the getter will return a String it must be translated in the getter because the formatter will not translate it. (e.g voucher type title in vouchers export)