Class CustomValidator<T>

java.lang.Object
com.dlsc.formsfx.model.validators.CustomValidator<T>
All Implemented Interfaces:
Validator<T>
Direct Known Subclasses:
DoubleRangeValidator, IntegerRangeValidator, SelectionLengthValidator, StringLengthValidator

public class CustomValidator<T>
extends Object
A custom validator implementation of the root validator. This validator takes a generic object as an input parameter and allows users to perform any kind of validation.
Author:
Sacha Schmid, Rinesch Murugathas