aui-cc-compat

Tag select

  • Description:
    Deprecated. Please use alloy:selectOneMenu instead. The aui-cc:select encapsulates a standard JSF h:selectOneMenu tag with CSS class name "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.
  • Since:
    3.2.4
Component Information 
InfoValue
Component TypeFacelet Composite Component
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
renderedfalsejavax.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.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The identifier of the component.
inlineMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Boolean flag indicating whether or not there should be an inline h:message tag included. The default value is "false".
labeltruejavax.el.ValueExpression
(must evaluate to java.lang.String)
The text value for the rendered label.
requiredfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Boolean flag indicating whether or not it is required for the user to supply a value for this component. The default value is "false".
valuetruejavax.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.