Package main.Pages
Class StudentRequestHistory
java.lang.Object
main.Pages.Page
main.Pages.StudentRequestHistory
StudentRequestHistory is a subclass of Page that allows student to view their request history
- Since:
- 13-4-2023
-
Constructor Summary
ConstructorsConstructorDescriptionStudentRequestHistory
(Page previousPage, Student student) Constructor for this class -
Method Summary
Methods inherited from class main.Pages.Page
getPreviousPage
-
Constructor Details
-
StudentRequestHistory
Constructor for this class- Parameters:
previousPage
- the previous pagestudent
- the current user
-
-
Method Details
-
executable
Main executable for this page- Specified by:
executable
in classPage
- Returns:
- next page
StudentMain
-