| |||||||
| FRAMES NO FRAMES | |||||||
<ice-cc:editableTable bean="#{editableTableExampleBean.editableTableBean}" id="editableTable" idProperty="id"> <ice-cc:selectBooleanColumn title="Has Permission" property="permission" width="50px"/> </ice-cc:editableTable>
| Tag Information | |
| Tag Class | javax.faces.webapp.FacetTag |
| TagExtraInfo Class | None |
| Body Content | tagdependent |
| Display Name | Select Boolean Column |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| 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 |
| width | false | false | java.lang.String | Sets the width of the displayed area for the Component |
| required | false | false | java.lang.Boolean | Sets whether the input value is required |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||