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 Summary
FieldsConstructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionbooleanChecks if the control has been modified.voidsetModified(boolean on) Sets the modified state.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.iizigo.validator.IValidator
getMessage, getMessageType, reset, validate
Field Details
hasBeenModified
protected boolean hasBeenModified
Constructor Details
ValidationAdapter
public ValidationAdapter()
Method Details
setModified
public void setModified(boolean on) Sets the modified state.- Specified by:
setModifiedin interfaceIValidator
hasBeenModified
public boolean hasBeenModified()Checks if the control has been modified.- Specified by:
hasBeenModifiedin interfaceIValidator