It is used often when simple HTML is not desirable : for example if a part of a page is loaded via AJAX it might be easier to have only a jsf tree memory represantation.
| 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.
|
| 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.
|
| 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).
|
| 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.
|
| 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.
|
| orientation | false | true | java.lang.String |
A string value specifying the orientation of the component :
-
horizontal (default value)
-
vertical
|
| 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.
|
| alignment | false | true | java.lang.String |
A string that represents the alignement of the data in the component.
|
| 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.
|
| margins | false | true | java.lang.String |
A string value specifying the margins for the component (compliant to CSS margin).
|