Info | Value |
---|---|
Component Type | com.liferay.faces.alloy.AUICol |
Handler Class | None |
Renderer Type | com.liferay.faces.alloy.renderkit.ColRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
width | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The width of the column as a percent. This value selects the span number to be rendered in the CSS class via the formula spanNumber = (width/100)*12 (rounded to the nearest whole number) . If both the width and span attributes are present, the width attribute determines the value of the span number. |
cssClass | false | javax.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). |
first | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not this is the first column. The default value is false . |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The identifier of the component. |
last | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not this is the last column. The default value is false . |
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 . |
offset | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Integer representing an offset. If both the offsetWidth and offset attributes are present, the offsetWidth attribute determines the value of the offset. |
offsetWidth | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Integer representing an offsetWidth as a percent. This value selects the offset via the formula offset = (offsetWidth/100)*12 (rounded to the nearest whole number) . If both the offsetWidth and offset attributes are present, the offsetWidth attribute determines the value of the offset. |
span | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The number of units which this column will take up (max is 12). This value is rendered on the CSS class after the word span , and it sets the component's CSS class to a corresponding .span# class such as .span4 or .span1 which sets the width of the column. If both the width and span attributes are present, the width attribute determines the value of the span number. |
styleClass | false | javax.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.