Package com.esprit.controllers.users
Class VerifyWithGoogle
java.lang.Object
com.esprit.controllers.users.VerifyWithGoogle
JavaFX controller class for the RAKCHA application. Handles UI interactions
and manages view logic using FXML.
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- RAKCHA Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate javafx.scene.control.TextField
private javafx.scene.control.Label
private javafx.scene.control.Hyperlink
private static final Logger
private javafx.scene.control.Label
private javafx.scene.control.Button
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
verifyAuthCode
(javafx.event.ActionEvent event)
-
Field Details
-
LOGGER
-
authTextField
private javafx.scene.control.TextField authTextField -
emailErrorLabel
private javafx.scene.control.Label emailErrorLabel -
hyperlink
private javafx.scene.control.Hyperlink hyperlink -
passwordErrorLabel
private javafx.scene.control.Label passwordErrorLabel -
sendButton
private javafx.scene.control.Button sendButton
-
-
Constructor Details
-
VerifyWithGoogle
public VerifyWithGoogle()
-
-
Method Details
-
initialize
-
verifyAuthCode
void verifyAuthCode(javafx.event.ActionEvent event) - Parameters:
event
-
-