aui

Tag column

  • Description:
    Deprecated. Please use alloy:row and alloy:col instead. Renders a div element with CSS class name "aui-column" that will be positioned by Alloy UI CSS.
  • Since:
    3.2.4
Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.AUIColumn
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.renderkit.internal.ColumnRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
columnWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The width of the column.
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).
firstfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean flag indicating whether or not this is the first column. The default value is false.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The identifier of the component.
lastfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean flag indicating whether or not this is the last column. The default value is false.
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.

Output generated by Vdldoc View Declaration Language Documentation Generator.