Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean.
colspan
no
false
int
Defines the number of columns the rendered cell spans. Only significant to Column components within a column group. Default = '1'.
configurable
no
false
boolean
When disabled, this column is excluded from the list of columns available for configuration on a TableConfigPanel component. Default = 'true'.
filterBy
no
false
java.lang.Object
Defines a ValueExpression of the value of this row to use when filtering this column. Setting this attribute, or the "value" attribute for a column enables filtering.
filterMatchMode
no
false
java.lang.String
Defines the method of filter comparison used, default is "startsWith". Types available include: "contains", "exact", "startsWith" and "endsWith". Default = 'startsWith'.
filterOptions
no
false
java.lang.Object
Defines a collection of SelectItem objects for use as filter choices.
filterStyle
no
false
java.lang.String
Defines additional CSS rules to be applied to the filter text input.
filterStyleClass
no
false
java.lang.String
Defines supplementary CSS classes to add to those already applied on this component.
filterValue
no
false
java.lang.String
Defines the string input filtering this column, coming from the client, or from the application via a value binding.
footerText
no
false
java.lang.String
Defines a plain text footer with less effort than adding a facet.
groupBy
no
false
java.lang.Object
Defines a value expression representing the value of this column per row when determining if the values of this column in sibling rows are equal. If they are equal, span the rows witha single column cell.
headerText
no
false
java.lang.String
Defines a plain text header with less effort than adding a facet.
id
no
false
java.lang.String
The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
pinningOrder
no
false
java.lang.Integer
Define the position of this column in the pinned column region when column pinning and scrolling are enabled at the table level. Having a value in this field indicates a column is pinned. 1 indexed.
rendered
no
false
boolean
Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'.
reorderable
no
false
boolean
Enables per-column control of column ordering when the attribute ("reorderableColumns") is true at the table level. Default = 'true'.
rowspan
no
false
int
Defines the number of rows the rendered cell spans. Only significant to Column components within a column group. Default = '1'.
selectBy
no
false
java.lang.Object
Defines a value expression representing the value of this column per row when using cell selection. Defining this attribute, or the "value" attribute, enables cell selection for this column when also enabled at the table level.
sortAscending
no
false
java.lang.Boolean
Defines the direction of column values during sorting. The column directions incoming from the client during a sort request overwrite any set by the application. Processing the sorted columns is done by the component whenever a client edits a sort control or the application calls table.applySorting(). Default = 'false'.
sortBy
no
false
java.lang.Object
Defines a value expression representing the value of this column per row when sorting. Setting this attribute, or the "value" attribute for a column enables sorting.
sortFunction
no
false
java.util.Comparator
Defines an alternate method of sorting. Sort this column using a Comparator
sortPriority
no
false
java.lang.Integer
Defines the priority of a column during sorting. The column priorities incoming from the client during a sort request overwrite any set by the application. Processing the sorted columns is done by the component whenever a client edits a sort control or the application calls table.applySorting().
stacked
no
false
boolean
When enabled, this column is rendered underneath the previous column.
style
no
false
java.lang.String
Custom inline CSS styles to use for this component. These styles are generally applied to the root DOM element of the component. This is intended for per-component basic style customizations. Note that due to browser CSS precedence rules, CSS rendered on a DOM element will take precedence over the external stylesheets used to provide the ThemeRoller theme on this component. If the CSS properties applied with this attribute do not affect the DOM element you want to style, you may need to create a custom theme styleClass for the theme CSS class that targets the particular DOM elements you wish to customize.
styleClass
no
false
java.lang.String
Custom CSS style class(es) to use for this component. These style classes can be defined in your page or in a theme CSS file.
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.