Class ExportConfiguration

java.lang.Object
org.primefaces.component.export.ExportConfiguration

public class ExportConfiguration extends Object
  • Constructor Details

    • ExportConfiguration

      public ExportConfiguration()
  • Method Details

    • builder

      public static ExportConfiguration.Builder builder()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isPageOnly

      public boolean isPageOnly()
    • isSelectionOnly

      public boolean isSelectionOnly()
    • isVisibleOnly

      public boolean isVisibleOnly()
    • isExportHeader

      public boolean isExportHeader()
    • isExportFooter

      public boolean isExportFooter()
    • getEncodingType

      public String getEncodingType()
    • getPreProcessor

      public javax.el.MethodExpression getPreProcessor()
    • getPostProcessor

      public javax.el.MethodExpression getPostProcessor()
    • getOptions

      public ExporterOptions getOptions()
    • getOnTableRender

      public javax.el.MethodExpression getOnTableRender()
    • getOnRowExport

      public javax.el.MethodExpression getOnRowExport()
    • getOutputStream

      public OutputStream getOutputStream()
    • getBufferSize

      public Integer getBufferSize()