Package main.Pages
Class CreateProjectPage
java.lang.Object
main.Pages.Page
main.Pages.CreateProjectPage
Page for Supervisor to create projects
- Since:
- 2023-4-13
-
Constructor Summary
ConstructorsConstructorDescriptionCreateProjectPage
(Page previousPage, Supervisor staff) 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
-
CreateProjectPage
Base constructor for this page- Parameters:
previousPage
- the previous pagestaff
- 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
StaffMain
,CoordinatorMain
-