Class ProfileController

java.lang.Object
com.example.wellbeing_project.profile.ProfileController

public class ProfileController extends Object
Controller class for managing the profile for the application
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initializes the profile view with the current user's information Retrieves details from the database for the current logged-in user and populates the text fields with the current user's information.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProfileController

      public ProfileController()
  • Method Details

    • initialize

      public void initialize()
      Initializes the profile view with the current user's information Retrieves details from the database for the current logged-in user and populates the text fields with the current user's information.