primefaces-p

Tag dataExporter

Attributes 
NameRequiredTypeDescription
targettruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Server side id of the datatable whose data would be exported.
typetruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Export type: "xls","pdf","csv", "xml".
fileNamefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Filename of the generated export file, defaults to datatable server side id.
pageOnlyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Exports only current page instead of whole dataset.
preProcessorfalsejavax.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
PreProcessor for the exported document.
postProcessorfalsejavax.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
PostProcessor for the exported document.
encodingfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Character encoding to use.
selectionOnlyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, only selection would be exported.
optionsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Exports the header and cell content according to the option.
exporterfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Custom exporter to be used instead of built-in exporters.
onTableRenderfalsejavax.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
OnTableRender to be used to set the options of exported table.

Output generated by Vdldoc View Declaration Language Documentation Generator.