Other |
---|
jfx17Fixed |
Blocks :
|
|
Blocks :
|
|
CSR :
|
|
Relates :
|
DateTimeStringConverter has undocumented protected fields that should not be part of the public API. There is also a protected accessor for dateFormat that should probably be deprecated. No other Converter gives access to internal data, like NumberConverter that is a similar superclass converter. Except for dateFormat, the fields are used only in construction and should not even be fields. dateFormat itself does not need to be exposed.
|