aui

Tag field

  • Description:
    Deprecated. Please use alloy:field instead. Renders a span element with CSS class name "aui-field" that will be positioned by Alloy UI CSS.
  • Since:
    3.2.4
Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.AUIField
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.renderkit.internal.FieldRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
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).
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The identifier of the component.
inlineLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The position of the label. Valid values are: left, right.
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The text value for the rendered label.
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.
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 field. Valid values are: checkbox, boolean, menu, select.

Output generated by Vdldoc View Declaration Language Documentation Generator.