-
Enhancement
-
Resolution: Unresolved
-
P3
-
None
We have a requirement to provide a subclass of TextField for the ComboBox and DatePicker. Right now the editorProperty is read-only so we can't set it. If you can change new TextField() code in the editorProperty() method to createTextField() which is defined like this, it would be sufficient enough for us.
protected TextField createTextField() {
return new TextField();
}
protected TextField createTextField() {
return new TextField();
}
- relates to
-
JDK-8097928 Add Formatted TextField control
-
- Resolved
-
-
JDK-8103256 Inspector Editors Error Checking
-
- Resolved
-