Class ValidationAdapter

  • All Implemented Interfaces:
    IValidator
    Direct Known Subclasses:
    ControlValidator

    public abstract class ValidationAdapter
    extends java.lang.Object
    implements IValidator
    Validation adapter.
    Author:
    Christopher Mindus
    • Field Detail

      • hasBeenModified

        protected boolean hasBeenModified
    • Constructor Detail

      • ValidationAdapter

        public ValidationAdapter()
    • Method Detail

      • setModified

        public void setModified​(boolean on)
        Sets the modified state.
        Specified by:
        setModified in interface IValidator
      • hasBeenModified

        public boolean hasBeenModified()
        Checks if the control has been modified.
        Specified by:
        hasBeenModified in interface IValidator