Attributes |
Name | Required | Request-time | Type | Description |
autoFocus | false | true | boolean | Sets whether the field gets focus by default. |
cssClass | false | true | java.lang.String | Sets the CSS styling for this component. |
daylight | false | true | boolean | Sets whether daylight savings is considered for the times. The default value is true . |
disabled | false | true | boolean | Sets whether the field is disabled. |
displayStyle | false | true | int | Corresponds to the time zone's full name, e.g. "Pacific Standard Time." A value of 0 displays the time zone's abbreviated name and a value of 1 displays its full name. The default value is 0 . |
name | true | true | java.lang.String | Sets the time zone input's name. |
nullable | false | true | boolean | Sets whether the times can be null. |
value | false | true | java.lang.String | Sets the time zone to that associated with the given ID. For example, setting the value to PST associates the component with the Pacific Standard Time zone. |