Attributes |
Name | Required | Request-time | Type | Description |
id | false | true | java.lang.String | The component identifier for this component |
value | false | true | java.lang.String | The current value of this component |
binding | false | true | java.lang.String | The value binding expression linking this component to a property in a backing bean |
rendered | false | true | java.lang.String | No Description |
styleClass | false | true | java.lang.String | No Description |
style | false | true | java.lang.String | No Description |
startYear | false | true | java.lang.String | The year to appear first in the list |
yearCount | false | true | java.lang.String | The number of years to display in the list |
showTime | false | true | java.lang.String | Determines whether to show the time |
initialiseIfNull | false | true | java.lang.String |
Whether to initialise the control showing today's date if the
underlying value in the model is null. This will also hide the
None button thus disallowing the user to set the date back to null.
|
noneLabel | false | true | java.lang.String |
Label to use when there is no date currently set
|