Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String | Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression. |
id | false | false | java.lang.String | The developer-assigned ID of this component. The ID must be unique within the scope of the tag's enclosing naming container (e.g. h:form or f:subview). This value must be a static value. |
itemDisabled | false | false | java.lang.String | If true, this component will not be saved during state saving. |
itemDescription | false | false | java.lang.String | An optional description for this item. |
itemLabel | false | false | java.lang.String | The locale-specific label that will be displayed to the user for this item. |
itemValue | false | false | java.lang.String | The value of this item, of the same type as the parent component's value. |
value | false | false | java.lang.String | An EL expression that refers to a javax.faces.model.SelectItem instance. |
enabledOnUserRole | false | false | java.lang.String | If user is in given role, this component will be rendered normally. If not, no hyperlink is rendered but all nested tags (=body) are rendered. |
visibleOnUserRole | false | false | java.lang.String | If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped. |
rendered | false | false | java.lang.String | A boolean value that indicates whether this component should be rendered. Default value: true. |
icon | false | false | java.lang.String | No Description |
split | false | false | java.lang.String | No Description |
action | false | false | java.lang.String | No Description |
actionListener | false | false | java.lang.String | No Description |
target | false | false | java.lang.String | No Description |
disabled | false | false | java.lang.String | When set instead of a Hyperlink a span tag is rendered in the corresponding Component |
disabledStyle | false | false | java.lang.String | CSS-Style Attribute to render when disabled is true |
disabledStyleClass | false | false | java.lang.String | CSS-Style Class to use when disabled is true |