| |||||||
| FRAMES NO FRAMES | |||||||
<ice-cc:filterTable bean="#{filterTableExampleBean.filterTableBean}" id="filterTable"> <ice-cc:column title="ID" value="#{row.id}" /> <ice-cc:filterColumn title="First Name" value="#{row.firstName}" property="firstName" /> <ice-cc:filterColumn title="Last Name" value="#{row.lastName}" property="lastName" /> </ice-cc:filterTable>
| Tag Information | |
| Tag Class | javax.faces.webapp.FacetTag |
| TagExtraInfo Class | None |
| Body Content | tagdependent |
| Display Name | Filter Column Composite Component (used in conjuction with the filterTable Component) |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| value | true | false | java.lang.Object | The value attribute defines the data to be displayed in the column body |
| inputStyle | false | false | java.lang.String | Passed through to the style attribute on ice:inputText component |
| property | true | false | java.lang.String | The bean property for the column. eg. with Person.birthDate, birthDate is the property, where the Person class has associated getBirthDate and setBirthDate methods |
| title | false | false | java.lang.String | Sets the header title for the column |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||