JavaFX Form Validation

Tom Eugelink tbee at tbee.org
Mon Jun 11 05:07:03 PDT 2012


Yup, close enough. This is the better combination between my suggestion and Greg's FXML version. IMHO.

Tom

On 2012-06-11 13:30, Randahl Fink Isaksen wrote:
> I like your idea Tom. But if it should look like the existing JavaFX API's, it will probably be more like
>
> myTextField.getValidators().addAll(new MandatoryValidator(), new UserNameValidator());
>
> Randahl
>



More information about the openjfx-dev mailing list