有没有办法在 ControlsFX 向导的最后一页添加验证器?
我目前在最后一页使用以下内容:
public void onEnteringPage(Wizard wizard) {
wizard.getValidationSupport().registerValidator(cb,
Validator.createEmptyValidator("The instance field is mandatory"));
但由于这是最后一页,当 cb(选择框)为空时,我仍然可以单击完成。