Package main.Pages
Class CoordRequestHistory
java.lang.Object
main.Pages.Page
main.Pages.CoordRequestHistory
Page for Coordinator to all request's history
- Since:
- 2023-4-13
-
Constructor Summary
ConstructorsConstructorDescriptionCoordRequestHistory(Page previousPage, Coordinator coordinator) Base constructor for this page -
Method Summary
Modifier and TypeMethodDescriptionMain executable for this page Please see thePageclass for abstract methodMethods inherited from class main.Pages.Page
getPreviousPage
-
Constructor Details
-
CoordRequestHistory
Base constructor for this page- Parameters:
previousPage- the previous pagecoordinator- current user
-
-
Method Details
-
executable
Main executable for this page Please see thePageclass for abstract method- Specified by:
executablein classPage- Returns:
- another page
CoordinatorMain,CoordRequestHistory
-