primefaces-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
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
sortByfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Property to be used for sorting.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the column.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the column.
sortFunctionfalsejavax.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
Custom pluggable sortFunction.
filterByfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Property to be used for filtering.
filterStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the filter element.
filterStyleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the filter element.
filterOptionsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
A collection of selectitems for filter dropdown.
filterMatchModefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Match mode for filtering.
filterPositionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Location of the column filter with respect to header content. Options are 'bottom'(default) and 'top'.
rowspanfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the number of rows the column spans.
colspanfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the number of columns the column spans.
headerTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Shortcut for header facet.
footerTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Shortcut for footer facet.
selectionModefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Enables selection mode, valid values are "single" and "multiple".
filterMaxLengthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum number of characters for an input filter.
resizablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies resizable feature at column level. Datatable's resizableColumns must be enabled to use this option.
exportablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if the column should be exported by dataexporter.
filterValuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the filter field.
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Width of the column in pixels or percentage.
toggleablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if panel is toggleable by columnToggler component. Default value is true and a false value marks the column as static.
filterFunctionfalsejavax.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
Custom implementation to filter a value against a constraint.
fieldfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the field to pass lazy load method for filtering and sorting. If not specified, filterBy-sortBy values are used to identify the field name.
priorityfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Priority of the column defined as an integer, lower values have more priority.
sortablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to mark column as sortable.
filterablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to mark column as filterable.
visiblefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls the visibilty of the column, default is true.
selectRowfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether clicking the column selects the row when datatable has row selection enabled, default is true.
ariaHeaderTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Label to read by screen readers, when not specified headerText is used.
exportFunctionfalsejavax.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
Custom pluggable exportFunction.
groupRowfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Speficies whether to group rows based on the column data.

Output generated by Vdldoc View Declaration Language Documentation Generator.