Class ValueRequiredValidator<V>

java.lang.Object
com.globalmentor.beans.BoundPropertyObject
All Implemented Interfaces:
com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, Validator<V>

public class ValueRequiredValidator<V> extends AbstractValidator<V>
A validator that requires a value to be entered.
Author:
Garret Wilson
  • Constructor Details

    • ValueRequiredValidator

      public ValueRequiredValidator()
      Default constructor.