java.lang.Object
jku.se.Controller.DeleteAdminUserController
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Initializes the controller by populating the user type choice box.
-
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.
-