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