| |||||||
| FRAMES NO FRAMES | |||||||
<ice-cc:column title="ID" value="#{row.id}" name="id" sortable="true"/>
| Tag Information | |
| Tag Class | javax.faces.webapp.FacetTag |
| TagExtraInfo Class | None |
| Body Content | tagdependent |
| Display Name | Column Composite Component |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| title | false | false | java.lang.String | Sets the header title for the column |
| name | false | false | java.lang.String | The name of the column property, used for sorting (only required when 'sortable' set to true) |
| value | true | false | java.lang.Object | The value binding for the column |
| sortable | false | false | java.lang.Boolean | Sets whether the column will be sortable (default false) |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||