Class IReportViewerExportSource.ExportFormat

java.lang.Object
org.adempiere.webui.window.IReportViewerExportSource.ExportFormat
Enclosing interface:
IReportViewerExportSource

public static final class IReportViewerExportSource.ExportFormat extends Object
Model to hold export format properties
Author:
hengsin
  • Field Details

    • label

      public String label
    • extension

      public String extension
    • contentType

      public String contentType
  • Constructor Details

    • ExportFormat

      public ExportFormat(String label, String extension, String contentType)