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. |
for | true | false | java.lang.String | id of the referenced extended selectManyCheckbox component |