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