Properties |
Description |
Data Type |
Flags |
Default Value |
pattern | The pattern for formatting/parsing date | java.lang.String |
read, write, bound |
"MM/dd/yyyy" |
inputComponent | The component of text editing | java.awt.Component |
read, write |
null |
inputDate | The date for setting the text property in a component | java.util.Date |
read, write |
null |
result | The current result of parsing text from a component | java.util.Date |
read, bound |
null |
errorBackground | Color, used for filling of a background of a component at incorrect input of date by the user. | java.awt.Color |
read, write |
java.awt.Color.red |
errorForeground | Color, used for selection of the text of a component at incorrect input of date by the user. | java.awt.Color |
read, write |
java.awt.Color.red |
changeBackground | Allows or denies use of errorBackground color at incorrect input of date by user | boolean |
read, write |
false |
changeForeground | Allows or denies use of errorForeground color at incorrect input of date by user. | boolean |
read, write |
true |