Class MoodPopupController

java.lang.Object
com.wellnessapp.controller.BaseController
com.wellnessapp.controller.MoodPopupController
All Implemented Interfaces:
IBaseController

public class MoodPopupController extends BaseController
Responsible for managing logic for the mood entry popup.
  • Constructor Details

    • MoodPopupController

      public MoodPopupController()
  • Method Details

    • initialize

      public void initialize()
      Starter method that runs on page mount
    • onCreateEntry

      protected void onCreateEntry() throws SQLException
      Throws:
      SQLException
    • onCancelEntry

      protected void onCancelEntry()