| 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.
|
| propertyChangeListener | false | true | java.lang.String |
Executed when a component's property is changed (by javascript).
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.
|
| userEventListener | false | true | java.lang.String |
Executed when the component is called.
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.
|
| x | false | true | java.lang.String |
A string value (as specified by CSS) for the x position of the component.
|
| y | false | true | java.lang.String |
A string value (as specified by CSS) for the x position of the component.
|
| height | false | true | java.lang.String |
A string value (as specified by CSS) for the height of the component.
|
| width | false | true | java.lang.String |
A string value (as specified by CSS) for the width of the component.
|
| marginBottom | false | true | java.lang.String |
A string value specifying the margin size for the component's bottom (compliant to CSS margin-bottom).
|
| marginLeft | false | true | java.lang.String |
A string value specifying the margin size for the component's left (compliant to CSS margin-left).
|
| marginRight | false | true | java.lang.String |
A string value specifying the margin size for the component's right (compliant to CSS margin-right).
|
| marginTop | false | true | java.lang.String |
A string value specifying the margin size for the component's top (compliant to CSS margin-top).
|
| helpMessage | false | true | java.lang.String |
A string value specifying the message to be shown by a helpMessageZone Component.
|
| helpURL | false | true | java.lang.String |
An URL that points to a help page for the component. it is used for example by a helpButton Component.
|
| toolTipText | false | true | java.lang.String |
A string value specifying the tooltip for the component (shown when the pointe hover 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.
|
| 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.
|
| lookId | false | true | java.lang.String |
A string value specifying the choosen look of the component.
|
| 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.
|
| margins | false | true | java.lang.String |
A string value specifying the margins for the component (compliant to CSS margin).
|
| for | true | true | java.lang.String |
A component's id that express the link between the two components.
|
| message | false | true | java.lang.String |
A string value to be displayed by the component. It can embbed keywords (between braces : "{keyword}") :
-
first: the index of the first row shown
-
position: the index of the first row shown
-
pageposition : the index of the page shown
-
last: a link to the last page
-
rowcount : the total number of rows
-
bfirst: a link to the first page
-
bnext: a link to the next page
-
blast: a link to the last page
-
bpages[:n] : a list of links to pages before and after the page shown (n specifies the number of indexes shown)
-
bprev: a link to the previous page
ex: "{rowcount}' results, results from '{first}' to '{last}'.\n['{bfirst}'/'{bprev}'] '{bpages}' ['{bnext}'/'{blast}']'"
|
| zeroResultMessage | false | true | java.lang.String |
A string value to be displayed by the component when there's no result. It can embbed keywords (between braces : "{keyword}") :
-
first: the index of the first row shown
-
position: the index of the first row shown
-
pageposition : the index of the page shown
-
last: a link to the last page
-
rowcount : the total number of rows
-
bfirst: a link to the first page
-
bnext: a link to the next page
-
blast: a link to the last page
-
bpages[:n] : a list of links to pages before and after the page shown (n specifies the number of indexes shown)
-
bprev: a link to the previous page
ex: "No result.\nCome back later !"
|
| oneResultMessage | false | true | java.lang.String |
A string value to be displayed by the component when there's only one result. It can embbed keywords (between braces : "{keyword}") :
-
first: the index of the first row shown
-
position: the index of the first row shown
-
pageposition : the index of the page shown
-
last: a link to the last page
-
rowcount : the total number of rows
-
bfirst: a link to the first page
-
bnext: a link to the next page
-
blast: a link to the last page
-
bpages[:n] : a list of links to pages before and after the page shown (n specifies the number of indexes shown)
-
bprev: a link to the previous page
ex: "One result.\nCome back later !"
ex: "{rowcount}' results, results from '{first}' to '{last}'.\n['{bfirst}'/'{bprev}'] '{bpages}' ['{bnext}'/'{blast}']'"
|
| manyResultsMessage | false | true | java.lang.String |
A string value to be displayed by the component. It can embbed keywords (between braces : "{keyword}") :
-
first: the index of the first row shown
-
position: the index of the first row shown
-
pageposition : the index of the page shown
-
last: a link to the last page
-
rowcount : the total number of rows
-
bfirst: a link to the first page
-
bnext: a link to the next page
-
blast: a link to the last page
-
bpages[:n] : a list of links to pages before and after the page shown (n specifies the number of indexes shown)
-
bprev: a link to the previous page
|
| noPagedMessage | false | true | java.lang.String |
A string specifying the message to display when there is no row to display.
|