Other |
---|
tbdUnresolved |
Relates :
|
|
Relates :
|
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(); }
|