public class ViewRoomBookings_StudentController
extends java.lang.Object
implements javafx.fxml.Initializable
| Modifier and Type | Field and Description |
|---|---|
private javafx.scene.control.Button |
Bt_back |
private javafx.scene.control.Button |
Bt_cancelBooking |
private javafx.scene.control.Button |
Bt_view |
private javafx.scene.control.Label |
L_status |
private javafx.scene.control.ListView<Slot> |
LV_bookings |
| Constructor and Description |
|---|
ViewRoomBookings_StudentController() |
| Modifier and Type | Method and Description |
|---|---|
void |
f_back(javafx.event.ActionEvent event) |
(package private) void |
f_cancelBooking(javafx.event.ActionEvent event) |
(package private) void |
f_viewBooking(javafx.event.ActionEvent event) |
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
private javafx.scene.control.Button Bt_back
private javafx.scene.control.ListView<Slot> LV_bookings
private javafx.scene.control.Button Bt_view
private javafx.scene.control.Button Bt_cancelBooking
private javafx.scene.control.Label L_status
public void f_back(javafx.event.ActionEvent event)
public void initialize(java.net.URL location,
java.util.ResourceBundle resources)
initialize in interface javafx.fxml.Initializablevoid f_cancelBooking(javafx.event.ActionEvent event)
void f_viewBooking(javafx.event.ActionEvent event)