Interface ValidatedField
- All Known Implementing Classes:
- ValidatedFormTextField,- ValidatedWorkerComboBox
public interface ValidatedField
- 
Method SummaryModifier 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- 
blockingErrorboolean blockingError()Whether or not this field is one that should block form submission.
- 
addValidationStateListenerAdds aValidationStateListenerwhich is notified upon the changed validity state of the component.
- 
removeValidationStateListenerRemoves aValidationStateListener.
 
-