Renders the contents of html document.
The "focus" attribute on the this component allows to focus a
component by just setting the "id" or the "clientId". It also avoids the need of component
binding. The value of the focus attribute can be bind to the bean
using the value binding. So application can dynamically change the focus.
Attributes |
Name | Required | Request-time | Type | Description |
alink | false | false | java.lang.String |
|
background | false | false | java.lang.String |
|
bgcolor | false | false | java.lang.String |
|
binding | false | false | java.lang.String |
The value binding expression linking this component to a property in a backing bean
|
focus | false | false | java.lang.String |
It can be set to the "id" or the "clientId" of the focused component. If
a component inside the UIData needs to be focused, then clientId will have
to be used.
|
id | false | 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.
|
link | false | false | java.lang.String |
|
rendered | false | false | java.lang.String |
Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent form
submit.
|
style | false | false | java.lang.String |
CSS style(s) to be applied when this component is rendered.
|
styleClass | false | false | java.lang.String |
Space-separated list of CSS style class(es) to be applied when
this element is rendered. This value must be passed through as
the "class" attribute on generated markup.
|
text | false | false | java.lang.String |
|
vlink | false | false | java.lang.String |
|