aui-cc

Tag input

  • Description:
    Deprecated. Please use alloy:inputText, alloy:inputTextarea, alloy:inputSecret, or alloy:selectBooleanCheckbox instead. The aui-cc:input renders either an input (type=text), textarea, input (type="secret"), input (type="checkbox"), or input (type="radio") with appropriate Alloy UI CSS class names, according to the value of the type attribute.
  • 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.
colsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The number of columns for the rendered textarea.
cssClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of a CSS class that is to be rendered within the class attribute (same as styleClass).
disabledfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This is an HTML pass-thru type of attribute. The default value is “false”.
inlineLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The position of the label. Valid values are: left, right.
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 of the button.
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This is an HTML pass-thru type of attribute.
onchangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This is an HTML pass-thru type of attribute.
readonlyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This is an HTML pass-thru type of attribute. The default value is "false".
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".
rowsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The number of rows for the rendered textarea.
sizefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The size/width of the rendered input text box.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This is an HTML pass-thru type of attribute.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of a CSS class that is to be rendered within the class attribute.
typefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The type of input field. Valid values are: text, textarea, password, checkbox, boolean.
validatorMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This attribute is a pass-thru to the underlying JSF component's validatorMessage attribute, which replaces the message which is output by the validator.
valuetruejavax.el.ValueExpression
(must evaluate to java.lang.String)
The current value of this component.

Output generated by Vdldoc View Declaration Language Documentation Generator.