Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| A writable ValueExpression to store this component instance into on request. |
id | false | false | java.lang.String | The ID of this component. |
rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| A flag indicating whether this component should be rendered. |
target | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The target to store the read-back value. This expression will be updated upon postback. |
value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The current value of this component. This value will be written out in the component on encode. |