Class SMSAdminController

java.lang.Object
com.esprit.controllers.users.SMSAdminController
All Implemented Interfaces:
javafx.fxml.Initializable

public class SMSAdminController extends Object implements 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 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

      public void initialize(URL location, ResourceBundle resources)
      Specified by:
      initialize in interface javafx.fxml.Initializable
      Parameters:
      location -
      resources -