Attributes |
Name | Required | Request-time | Type | Description |
title | false | false | java.lang.String | Defines a text identifying the link. |
xmllang | false | false | java.lang.String | The xml:lang attribute specifies the natural or formal language of an element or its attributes. |
styleClass | false | false | java.lang.String | Space-separated list of style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup. |
id | false | false | java.lang.String | The component identifier for the associated component. |
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. |
binding | false | false | java.lang.String | The value binding expression linking this component to a property in a backing bean. |
converter | false | false | java.lang.String | Converter instance registered with this component. |
value | false | false | java.lang.String | The current value of this component. |