p

Tag column

Component Information 
InfoValue
Component Typeorg.primefaces.component.Column
Handler Classorg.primefaces.component.column.ColumnHandler
Renderer Typeorg.primefaces.component.ColumnRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
ariaHeaderTextfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Label to read by screen readers, when not specified headerText is used.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
caseSensitiveSortfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Case sensitivity for sorting, insensitive by default.
colspanfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the number of columns the column spans.
converterfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
An EL expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id.
displayPriorityfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the display priority, in which order the columns should be displayed.
draggablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if column is draggable if draggableColumns is set. Default true.
exportablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if the column should be exported by dataexporter.
exportColspanfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the number of columns the column spans to be exported.
exportFooterValuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines if the footer value of column to be exported.
exportFunctionfalsejakarta.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
Custom pluggable exportFunction.
exportHeaderValuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines if the header value of column to be exported.
exportRowspanfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the number of rows the column spans to be exported.
exportTagfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
If XML data exporter in use, this allows customization of the column tag in the XML.
exportValuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines the value of the cell to be exported if something other than the cell contents or exportFunction.
fieldfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the field associated to bean "var".
filterablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to mark column as filterable.
filterByfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Property to be used for filtering.
filterFunctionfalsejakarta.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
Custom implementation to filter a value against a constraint.
filterMatchModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Match mode for filtering.
filterMaxLengthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum number of characters for an input filter.
filterPlaceholderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Placeholder for plain input text style filters.
filterPositionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Location of the column filter with respect to header content. Options are 'bottom'(default) and 'top'.
filterStylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the filter element.
filterStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the filter element.
filterValuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the filter field.
footerTextfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Shortcut for footer facet.
groupRowfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Speficies whether to group rows based on the column data.
headerTextfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Shortcut for header facet.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
nullSortOrderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines where the null values are placed in ascending sort order. Default value is "1" meaning null values are placed at the end in ascending mode and at beginning in descending mode. Set to "-1" for the opposite behavior.
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
resizablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies resizable feature at column level. Datatable's resizableColumns must be enabled to use this option.
responsivePriorityfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Responsive priority of the column, lower values have more priority.
rowspanfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the number of rows the column spans.
selectionBoxfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Indicates whether or not the column should contain a radiobutton or checkbox for selection
selectRowfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether clicking the column selects the row when datatable has row selection enabled, default is true.
sortablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to mark column as sortable.
sortByfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Property to be used for sorting.
sortFunctionfalsejakarta.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
Custom pluggable sortFunction.
sortOrderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Sets default sorting order. Possible values "asc", "desc" or null
sortPriorityfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Sets default sorting priority over the other columns. Default is Integer.MAX_VALUE. Lower values have more priority.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the column.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the column.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Advisory tooltip information.
toggleablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if column is toggleable by columnToggler component. Default value is true and a false value marks the column as static.
visiblefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls the visibilty of the column, default is true.
widthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Width of the column in pixels or percentage.

Output generated by Vdldoc View Declaration Language Documentation Generator.