Module Lunchify

Class DeleteAdminUserController

java.lang.Object
jku.se.Controller.DeleteAdminUserController

public class DeleteAdminUserController extends Object
Controller class for handling the deletion of users (Admin or User) from the system. Allows an admin to choose a user type, select an email, and delete the selected user.
  • Constructor Details

    • DeleteAdminUserController

      public DeleteAdminUserController()
  • Method Details

    • initialize

      public void initialize()
      Initializes the controller by populating the user type choice box. Adds an event listener to update the email list based on selection.