| 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 |
| autocomplete | false | false | java.lang.Boolean | Passed through to the input elements. |
| disabled | false | false | java.lang.Boolean | Flag indicating that this component must never receive focus or be included in a subsequent submit. |
| readonly | false | false | java.lang.Boolean | Passed through to the underlying UIInput component |
| styleClass | false | false | java.lang.String | Space-separated list of CSS style class(es) to be applied when this element is rendered. |