Interface ValidatedField
- All Known Implementing Classes:
ValidatedFormTextField,ValidatedWorkerComboBox
public interface ValidatedField
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddValidationStateListener(ValidationStateListener validationStateListener) Adds aValidationStateListenerwhich is notified upon the changed validity state of the component.booleanWhether or not this field is one that should block form submission.voidremoveValidationStateListener(ValidationStateListener validationStateListener) Removes aValidationStateListener.
-
Method Details
-
blockingError
boolean blockingError()Whether or not this field is one that should block form submission. -
addValidationStateListener
Adds aValidationStateListenerwhich is notified upon the changed validity state of the component. -
removeValidationStateListener
Removes aValidationStateListener.
-