Package main.Pages
Class CoordEditTitle
java.lang.Object
main.Pages.Page
main.Pages.CoordEditTitle
Page for Coordinator to edit title of a project
- Since:
- 2023-4-13
-
Constructor Summary
ConstructorsConstructorDescriptionCoordEditTitle
(Page previousPage, Coordinator coordinator) Constructor for this class -
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
-
CoordEditTitle
Constructor for this class- 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:
- next page
CoordinatorMain
-