Package main.Pages
Class StudentProjectRegister
java.lang.Object
main.Pages.Page
main.Pages.StudentProjectRegister
StudentProjectRegister is a subclass of Page that allows student to register projects
- Since:
- 13-4-2023
-
Constructor Summary
ConstructorsConstructorDescriptionStudentProjectRegister
(Page previousPage, Student student, String[] projectData) Constructor for this class -
Method Summary
Methods inherited from class main.Pages.Page
getPreviousPage
-
Constructor Details
-
StudentProjectRegister
Constructor for this class- Parameters:
previousPage
- the previous pagestudent
- the current userprojectData
- data of project as string array
-
-
Method Details
-
executable
Main executable for this page- Specified by:
executable
in classPage
- Returns:
- next page
StudentMain
-