Package main.Pages
Class StudentLogin
java.lang.Object
main.Pages.Page
main.Pages.StudentLogin
Page for student's login
- Since:
- 2023-4-13
-
Constructor Summary
ConstructorsConstructorDescriptionStudentLogin
(Page previousPage, String userType) 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
-
StudentLogin
Base constructor for this page- Parameters:
previousPage
- the previous pageuserType
- the curretn user type
-
-
Method Details
-
executable
Main executable for this page Please see thePage
class for abstract method- Specified by:
executable
in classPage
- Returns:
- next page
StudentMain
,Welcome
-