| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | false | java.lang.String |
A string specifying the identifier for this component. This value must be
unique within the closest parent component that is a naming
container.
|
| binding | false | false | java.lang.String |
The value binding expression linking this component to a property in a backing bean.
|
| rendered | false | true | java.lang.String |
A boolean value indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent
form submit.
|
| converter | false | true | java.lang.String |
The converter id to use. as specified in faces-config.xml.
|
| hiddenMode | false | true | java.lang.String |
A string value specifying the management of invisible state on the client.
Authorized values are :
-
server : if not visible, nothing is sent to the client
-
phantom : if not visible, the data is sent to the client and the page estate is reserved for a futur eventual display of the component
-
ignore : if not visible, the data is sent to the client but no page estate is reserved
|
| visible | false | true | java.lang.String |
A boolean value indicating wether the composant is visible.
|
| text | false | true | java.lang.String |
A string value specifying the text (literal or binding) to be shown.
|
| toolTipText | false | true | java.lang.String |
A string value specifying the tooltip for the component (shown when the pointe hover the component).
|
| alignment | false | true | java.lang.String |
A string that represents the alignement of the data in the component.
|
| backgroundColor | false | true | java.lang.String |
A color value (as specified by CSS) for the background.
|
| foregroundColor | false | true | java.lang.String |
A color value (as specified by CSS) for the text.
|
| sortListener | false | true | java.lang.String |
Executed when the component is sorted.
A string that represent a javascript expression to evaluate and eventually a server action to execute.
the two parts are separated by a semi-column.
If the javascript evaluation return false (by using the return keyword) the server action is not executed.
The server action is represented by a binding.
|
| styleClass | false | true | java.lang.String |
A space-separated list of CSS style class(es) to be applied to the component. This value will be passed through as the "class" attribute on generated markup.
|
| ascending | false | true | java.lang.String |
A boolean value that indicates the sorting direction for the component.
|
| sortComparator | false | true | java.lang.String |
A string value specifying the "compare" function to use. it can reference a javascript function or a keyword :
-
integer
-
number
-
alpha
-
alphaIgnoreCase
-
time
-
date
-
|
| resizable | false | true | java.lang.String |
A boolean value indicating wether the component can be resized by the user.
|
| width | false | true | java.lang.String |
A string value (as specified by CSS) for the width of the component.
|
| maxWidth | false | true | java.lang.String |
An int value specifying the maximum width in pixels (if resizeable).
|
| minWidth | false | true | java.lang.String |
An int value specifying the minimum width in pixels (if resizeable).
|
| verticalAlign | false | true | java.lang.String |
A string that represent the vertical alignement of the data in the component.
|
| value | false | true | java.lang.String |
A string value holding the current value of the component.
|
| defaultCellImageURL | false | true | java.lang.String |
An url string pointing to the default image.
|
| cellImageURL | false | true | java.lang.String |
An url string pointing to the image.
|
| cellStyleClass | false | true | java.lang.String |
A space-separated list of CSS style class(es) to be applied when this cell is rendered. This value will be passed through as the "class" attribute on generated markup.
|
| cellToolTipText | false | true | java.lang.String |
A string value containing the text that will appear when the pointer hover the component.
|
| autoFilter | false | true | java.lang.String |
Experimental
A boolean value indicating if the component should apply filter automatically.
|