| 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 |
| required | false | false | java.lang.Boolean | Sets whether the input value is required |
| renderAsPopup | false | false | java.lang.Boolean | Passed through to the ice:selectInputDate component |
| autocomplete | false | false | java.lang.Boolean | Passed through to the input elements. |
| styleClass | false | false | java.lang.String | Space-separated list of CSS style class(es) to be applied when this element is rendered. |
| highlightClass | false | false | java.lang.String | Passed through to ice:selectInputDate |
| highlightUnit | false | false | java.lang.String | Passed through to ice:selectInputDate |
| highlightValue | false | false | java.lang.String | Passed through to ice:selectInputDate |
| renderMonthAsDropdown | false | false | java.lang.Boolean | Passed through to ice:selectInputDate |
| renderYearAsDropdown | false | false | java.lang.Boolean | Passed through to ice:selectInputDate |
| width | false | false | java.lang.String | Sets the width of the displayed area for the Component |