| |||||||
FRAMES NO FRAMES |
UIComponentClass: org.apache.myfaces.tobago.component.UISelectItem
RendererType:
Tag Information | |
Tag Class | org.apache.myfaces.tobago.taglib.component.SelectItemTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
binding | false | true | java.lang.String | The value binding expression linking this component to a property in a backing bean. Warning: For the tobago extension library tx the binding differs from JSP and Facelets:
|
id | false | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. Type: java.lang.String |
markup | false | true | java.lang.String | Indicate markup of this component. Possible value is 'none'. But this can be overridden in the theme. Type: java.lang.String Default: none |
itemDescription | false | true | java.lang.String | Flag indicating whether the option created by this component is disabled. Type: java.lang.Boolean Default: false |
itemDisabled | false | true | java.lang.String | Flag indicating whether the option created by this component is disabled. Type: java.lang.Boolean Default: false |
itemImage | false | true | java.lang.String | Image to be displayed to the user for this option. Type: java.lang.String |
itemLabel | false | true | java.lang.String | Label to be displayed to the user for this option. Type: java.lang.String |
itemValue | false | true | java.lang.String | Value to be returned to the server if this option is selected by the user. Type: java.lang.String |
value | false | true | java.lang.String | Value binding expression pointing at a SelectItem instance containing the information for this option. Type: javax.faces.model.SelectItem |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |