Package main.Pages
Class StaffLogin
java.lang.Object
main.Pages.Page
main.Pages.StaffLogin
Page for Supervisor to login
- Since:
- 2023-4-13
-
Constructor Summary
ConstructorsConstructorDescriptionStaffLogin
(Page previousoPage, 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
-
StaffLogin
Base constructor for this page- Parameters:
previousoPage
- the previous pageuserType
- the current user's 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
Welcome
,StaffMain
,CoordinatorMain
-