Package main.Pages
Class CoordAllProject
java.lang.Object
main.Pages.Page
main.Pages.CoordAllProject
Page for Coordinator to view all projects
- Since:
- 2023-4-13
-
Constructor Summary
ConstructorsConstructorDescriptionCoordAllProject
(Page previousPage, Coordinator coordinator) Base constructor for this page -
Method Summary
Modifier and TypeMethodDescriptionMain executable for this page Please see thePage
class for abstract methodMethods inherited from class main.Pages.Page
getPreviousPage
-
Constructor Details
-
CoordAllProject
Base constructor for this page- Parameters:
previousPage
- the previous page that redirected to this pagecoordinator
- the current user
-
-
Method Details
-
executable
Main executable for this page Please see thePage
class for abstract method- Specified by:
executable
in classPage
- Returns:
- next page
CoordAllProject
,CoordinatorMain
-