Renders a set of ace:column components as one row of the header or footer segment of an ace:dataTable via an ace:columnGroup.
Attributes |
Name | Required | Request-time | Type | Description |
binding | no | false | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
condition | no | false | java.lang.String | Defines a mode of operation that determines under what type of condition ths row will be rendered. Options include 'interval', 'predicate' and 'group'. |
groupBy | no | false | java.lang.Object | Defines an expression used to determine when a group change is occurring in 'group' conditional mode. |
id | no | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
interval | no | false | java.lang.Integer | Defines an integer that determines how regularly this row will render in interval mode. |
pos | no | false | java.lang.String | Defines whether a conditional row is intended to render 'before' or 'after' a group change in 'group' conditional mode. If in predicate or interval mode, this setting defines if the conditional row renders before or after the data model position that caused the predicate to evaluate true. Default = 'after'. |
predicate | no | false | org.icefaces.ace.util.collections.Predicate | When using 'predicate' conditional mode, defines a function taking the current data model index as an argument, and returning a value determining whether or not to render the conditional row for this index. |
rendered | no | false | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
style | no | false | java.lang.String | Define inline style rules for this row. Only applicable to conditional rows. |
styleClass | no | false | java.lang.String | Define style classes for this row. Only applicable to conditional rows. |