Package com.iizigo.validator
Class ValidationAdapter
java.lang.Object
com.iizigo.validator.ValidationAdapter
- All Implemented Interfaces:
- IValidator
- Direct Known Subclasses:
- ControlValidator
Validation adapter.
- Author:
- Christopher Mindus
- Field SummaryFields
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- booleanChecks if the control has been modified.- void- setModified- (boolean on) Sets the modified state.- Methods inherited from class java.lang.Object- clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- Methods inherited from interface com.iizigo.validator.IValidator- getMessage, getMessageType, reset, validate
- Field Details- hasBeenModifiedprotected boolean hasBeenModified
 
- Constructor Details- ValidationAdapterpublic ValidationAdapter()
 
- Method Details- setModifiedpublic void setModified- (boolean on) Sets the modified state.- Specified by:
- setModifiedin interface- IValidator
 
- hasBeenModifiedpublic boolean hasBeenModified()Checks if the control has been modified.- Specified by:
- hasBeenModifiedin interface- IValidator