public class AdminPage1Controller
extends java.lang.Object
implements javafx.fxml.Initializable
Modifier and Type | Field and Description |
---|---|
private javafx.scene.control.Button |
Bt_BookRoom |
private javafx.scene.control.Button |
Bt_CancelBooking |
private javafx.scene.control.Button |
Bt_Logout |
private javafx.scene.control.Button |
Bt_RespondToReq |
private javafx.scene.control.Button |
Bt_ViewBooking |
private javafx.scene.control.Button |
Bt_ViewTimeTable |
private javafx.scene.control.Label |
L_greet |
private javafx.scene.layout.VBox |
VB_Holder |
Constructor and Description |
---|
AdminPage1Controller() |
Modifier and Type | Method and Description |
---|---|
void |
f_bookRoom(javafx.event.ActionEvent event) |
void |
f_cancelBooking(javafx.event.ActionEvent event) |
void |
f_logout(javafx.event.ActionEvent event) |
void |
f_respondToRequests(javafx.event.ActionEvent event) |
void |
f_viewBookings(javafx.event.ActionEvent event) |
void |
f_viewTimeTable(javafx.event.ActionEvent event) |
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
private javafx.scene.layout.VBox VB_Holder
private javafx.scene.control.Label L_greet
private javafx.scene.control.Button Bt_Logout
private javafx.scene.control.Button Bt_ViewBooking
private javafx.scene.control.Button Bt_ViewTimeTable
private javafx.scene.control.Button Bt_CancelBooking
private javafx.scene.control.Button Bt_BookRoom
private javafx.scene.control.Button Bt_RespondToReq
public void f_logout(javafx.event.ActionEvent event)
public void f_viewBookings(javafx.event.ActionEvent event)
public void f_viewTimeTable(javafx.event.ActionEvent event)
public void f_cancelBooking(javafx.event.ActionEvent event)
public void f_bookRoom(javafx.event.ActionEvent event)
public void f_respondToRequests(javafx.event.ActionEvent event)
public void initialize(java.net.URL location, java.util.ResourceBundle resources)
initialize
in interface javafx.fxml.Initializable