Package main.Pages
Class CoordMyProject
java.lang.Object
main.Pages.Page
main.Pages.CoordMyProject
Page for Coordinator to view own project
- Since:
- 2023-4-13
-
Constructor Summary
ConstructorsConstructorDescriptionCoordMyProject
(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
-
CoordMyProject
Base constructor for this page- Parameters:
previousPage
- the previous 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:
- another page
CoordinatorMain
-