alloy

Tag column

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.column.Column
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.column.ColumnRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
ajaxfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, clicking on the button will cause the form to be submitted via XmlHttpRequest. The default value is true.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression that binds the Java reference to this component in the component tree to a bean property.
executefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-delimited list of component ids that are to participate in the APPLY_REQUEST_VALUES, PROCESS_VALIDATIONS, UPDATE_MODEL_VALUES, and INVOKE_APPLICATION phases of the JSF lifecycle. The following keywords may also appear in the list: @this, @form, @all, @none, @parent. The default value is @parent (meaning, the parent alloy:dataTable).
filterByfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
When alloy:column is a child of alloy:dataTabe, this is the JavaBean property that is to be used for filtering.
footerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
When alloy:column is a child of alloy:dataTable, this is the name of the CSS class that is to be rendered within the class attribute of the table's <td> element inside the <tfoot> element.
headerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
When alloy:column is a child of alloy:dataTable, this is the name of the CSS class that is to be rendered within the class attribute of the table's <th> element inside the <thead> element.
headerTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
When alloy:column is a child of alloy:dataTable, this is the text for the column header. This attribute can be used as a convenience instead of specifying a child <f:facet name="header" /> tag.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
offsetfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
When alloy:column is a child of alloy:row, this is the width that the column will be offset by as a unit from 1 to 12. This value is rendered as a CSS class as col-#{size}-offset-#{offset} (for example if offset="4", the CSS class rendered will be col-#{size}-offset-4). If both the offsetWidth and offset attributes are present, the offsetWidth attribute determines the value of the offset. Please consider using offsetWidth.
offsetWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
When alloy:column is a child of alloy:row, this is the width that the column will be offset by 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.
processfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Synonym for the execute attribute. The default value is "@all".
renderfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-delimited list of component ids that are to participate in the RENDER_RESPONSE phase of the JSF lifecycle and be re-rendered in the DOM after the response is received from the XmlHttpRequest. The following keywords may also appear in the list: @this, @form, @all, @none, @parent. The default value is @parent (meaning, the parent alloy:dataTable).
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value is true.
rowHeaderfalsejavax.el.ValueExpression
(must evaluate to boolean)
When alloy:column is a child of alloy:row and this flag is true, then the column is to be rendered as a <th> element with scope=row.
sizefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
When alloy:column is a child of alloy:row, this is the size of the column. This value is rendered as a CSS class as col-#{size}-#{span} (for example if size="medium", the CSS class rendered will be col-md-#{span}). Valid values include "extra-small" (or "xs"), "small" (or "sm"), "medium" (or "md"), and "large" (or "lg"). The default value is "medium".
sortByfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
When alloy:column is a child of alloy:dataTabe, this is the JavaBean property that is to be used for sorting.
sortOrderfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Indicates the sort order for the column. Valid values are ascending, descending, and none.
spanfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
When alloy:column is a child of alloy:row, this is the width of this column as a unit from 1 to 12. This value is rendered as a CSS class as col-#{size}-#{span} (for example if span="4", the CSS class rendered will be col-#{size}-4). If both the width and span attributes are present, the width attribute determines the value of the span number. Please consider using width.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the css style of the element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute.
updatefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Synonym for the render attribute. The default value is "@none".
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
When alloy:column is a child of alloy:row, this is the width of the column as a percent. This value selects the span number via the formula span = (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.

Output generated by Vdldoc View Declaration Language Documentation Generator.