Class VFilled


public final class VFilled extends FieldValidator
Validates that the field is filled out by the user.
  • Constructor Details

    • VFilled

      public VFilled(Field field, String errorMessage)
      Creates a new validator that fails validation if the fields is not filled out by the user.
  • Method Details