Package com.esprit.controllers.users
Class SMSAdminController
java.lang.Object
com.esprit.controllers.users.SMSAdminController
- All Implemented Interfaces:
javafx.fxml.Initializable
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.Label
private javafx.scene.control.TextField
private javafx.scene.control.Button
(package private) int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(URL location, ResourceBundle resources) void
sendSMS
(javafx.event.ActionEvent event)
-
Field Details
-
verificationCode
int verificationCode -
codeTextField
private javafx.scene.control.TextField codeTextField -
emailErrorLabel
private javafx.scene.control.Label emailErrorLabel -
passwordErrorLabel
private javafx.scene.control.Label passwordErrorLabel -
phoneNumberTextfield
private javafx.scene.control.TextField phoneNumberTextfield -
sendSMS
private javafx.scene.control.Button sendSMS
-
-
Constructor Details
-
SMSAdminController
public SMSAdminController()
-
-
Method Details
-
sendSMS
public void sendSMS(javafx.event.ActionEvent event) - Parameters:
event
-
-
initialize
- Specified by:
initialize
in interfacejavafx.fxml.Initializable
- Parameters:
location
-resources
-
-