RichFaces
Tag column


The <rich:column> component for row rendering for a UIData component.


Tag Information
Tag Classorg.richfaces.taglib.ColumnTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
breakBeforefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
if "true" next column begins from the first row
colspanfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Corresponds to the HTML colspan attribute
comparatorfalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Comparator)
Defines value binding to the comparator that is used to compare the values
dirfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left)
filterByfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Defines iterable object property which is used when filtering performed.
filterEventfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event for filter input that forces the filtration (default value is "onchange")
filterExpressionfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Attribute defines a bean property which is used for filtering of a column
filterMethodfalsefalsejavax.el.MethodExpression
(signature must match boolean filterMethod(java.lang.Object))
This attribute is defined with method binding. This method accepts on Object parameter and return boolean value
filterValuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines current filtering value
footerClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to any footer generated for this component
headerClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to any header generated for this component
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
labelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Column label for drag indicator. Usable only for extendedDataTable component
langfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Code describing the language used in the generated markup for this component
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
rowspanfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Corresponds to the HTML rowspan attribute
selfSortedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Manages if the header of the column is clickable, icons rendered and sorting is fired after click on the header. You need to define this attribute inside <rich:dataTable> component. Default value is "true"
sortByfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Defines a bean property which is used for sorting of a column. This attribute used with <rich:dataTable>
sortExpressionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines a bean property which is used for sorting of a column and used only with <rich:scrollableDataTable>.
sortIconfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines sort icon. The value for the attribute is context related.
sortIconAscendingfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines sort icon for ascending order. The value for the attribute is context related.
sortIconDescendingfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines sort icon for descending order. The value for the attribute is context related.
sortOrderfalsefalsejavax.el.ValueExpression
(must evaluate to org.richfaces.model.Ordering)
SortOrder is an enumeration of the possible sort orderings. Default value is "UNSORTED"
sortablefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Boolean attribute. If "true" it's possible to sort the column content after click on the header. Default value is "true"
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute.
titlefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Advisory title information about markup elements generated for this component
visiblefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
The attribute is used to define whether the component is visible or not. The default value is "true".
widthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines width of column.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.