|
|
|
|
|
|
Investigate how Bean Validation and JavaFX could work together For UI-centric use cases (e . Main issues:
* g. JavaFX has its own property model with types such as {{StringProperty}} for which we don't ) it would be very beneficial to have validators * Something like a method similar to {{validateValue()}} which works for multiple values properties. This would be needed in order allow to validate class-level constraints before the concerned property values are have been written into to the backing model actually.
It would require some sort of proxying technique to obtain the values given via this method from there any any others from the underlying model. This should be doable for properties accessed via getters, for field access it may be more difficult.
|
|
|
|
|
|