Package main.Pages

Class CoordViewRequest

java.lang.Object
main.Pages.Page
main.Pages.CoordViewRequest

public class CoordViewRequest extends Page
Page for Coordinator to view all requests
Since:
2023-4-13
  • Constructor Details

    • CoordViewRequest

      public CoordViewRequest(Page previousPage, Coordinator coordinator)
      Base constructor for this page
      Parameters:
      previousPage - the previous page that redirected to this page
      coordinator - the current user
  • Method Details

    • executable

      public Page executable()
      Main executable for this page Please see the Page class for abstract method
      Specified by:
      executable in class Page
      Returns:
      next page CoordinatorMain