Package nl.ai42.utils.validation
Class SignInValidator
- java.lang.Object
-
- nl.ai42.utils.validation.SignInValidator
-
- All Implemented Interfaces:
ValidatorInterface
public class SignInValidator extends java.lang.Object implements ValidatorInterface
-
-
Constructor Summary
Constructors Constructor Description SignInValidator(javafx.scene.control.TextField usernameTextField, javafx.scene.control.TextField passwordField, javafx.scene.control.Label invalidCredentialsLabel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidateAndLogin()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface nl.ai42.utils.validation.ValidatorInterface
clearErrorMessage, clearErrorStyle, isEmptyDatePickerField, isEmptyTextField, setErrorMessage, setErrorStyle, setSuccessMessage
-
-