Export Table Button - caf_h:dataExportTableButton

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.export.ExportTableButton
Handler Classcom.webmethods.caf.faces.component.DynamicControlHandler
Renderer TypeNone
Description Exports the table data to a CSV file
Palette LocationCAF Html/Control/Table/Export Table Button
Client-Side ModelCAF.Link.Model
Attributes 
NameRequiredTypeDescription
exportCharacterEncodingfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Character Encoding for the exported data file

If not specified, the default value is "UTF-16LE".

exportExcludeComponentsCSVfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSV of Component IDs that should be excluded when exporting the table data
exportFileNamefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The filename for the exported table data

If not specified, the default value is "export.csv".

exportProviderfalsejavax.el.ValueExpression
(must evaluate to com.webmethods.caf.faces.data.ITableContentProvider)
Provider for exported content
exportShowEncodingDialogfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to show the character encoding selection dialog before exporting

If not specified, the default value is "true".

forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Table Control to which this button applies
idfalsejava.lang.String Control identifier
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

Output generated by Vdldoc View Declaration Language Documentation Generator.