Package org.primefaces.component.export
Class ExportConfiguration
- java.lang.Object
-
- org.primefaces.component.export.ExportConfiguration
-
public class ExportConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ExportConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEncodingType()javax.el.MethodExpressiongetOnTableRender()ExporterOptionsgetOptions()StringgetOutputFileName()javax.el.MethodExpressiongetPostProcessor()javax.el.MethodExpressiongetPreProcessor()booleanisPageOnly()booleanisSelectionOnly()ExportConfigurationsetEncodingType(String encodingType)ExportConfigurationsetOnTableRender(javax.el.MethodExpression onTableRender)ExportConfigurationsetOptions(ExporterOptions options)ExportConfigurationsetOutputFileName(String outputFileName)ExportConfigurationsetPageOnly(boolean pageOnly)ExportConfigurationsetPostProcessor(javax.el.MethodExpression postProcessor)ExportConfigurationsetPreProcessor(javax.el.MethodExpression preProcessor)ExportConfigurationsetSelectionOnly(boolean selectionOnly)
-
-
-
Method Detail
-
getOutputFileName
public String getOutputFileName()
-
setOutputFileName
public ExportConfiguration setOutputFileName(String outputFileName)
-
isPageOnly
public boolean isPageOnly()
-
setPageOnly
public ExportConfiguration setPageOnly(boolean pageOnly)
-
isSelectionOnly
public boolean isSelectionOnly()
-
setSelectionOnly
public ExportConfiguration setSelectionOnly(boolean selectionOnly)
-
getEncodingType
public String getEncodingType()
-
setEncodingType
public ExportConfiguration setEncodingType(String encodingType)
-
getPreProcessor
public javax.el.MethodExpression getPreProcessor()
-
setPreProcessor
public ExportConfiguration setPreProcessor(javax.el.MethodExpression preProcessor)
-
getPostProcessor
public javax.el.MethodExpression getPostProcessor()
-
setPostProcessor
public ExportConfiguration setPostProcessor(javax.el.MethodExpression postProcessor)
-
getOptions
public ExporterOptions getOptions()
-
setOptions
public ExportConfiguration setOptions(ExporterOptions options)
-
getOnTableRender
public javax.el.MethodExpression getOnTableRender()
-
setOnTableRender
public ExportConfiguration setOnTableRender(javax.el.MethodExpression onTableRender)
-
-