aui-cc:select
encapsulates a standard JSF h:selectOneMenu tag with CSS class name "aui-field-input aui-field-input-select aui-field-input-menu". NOTE that sometimes the JSF implementation performs more reliably if a simple h:selectOneMenu is used instead of this tag.Info | Value |
---|---|
Component Type | Facelet Composite Component |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The identifier of the component. |
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not this component is to be rendered during the RENDER_RESPONSE phase of the JSF lifecycle. The default value is true. |
inlineMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not there should be an inline h:message tag included. The default value is "false". |
label | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The text value for the rendered label. |
required | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not it is required for the user to supply a value for this component. The default value is "false". |
value | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The list of items that are to appear in the drop down list. |
Output generated by Vdldoc View Declaration Language Documentation Generator.