public class BookingClientIdController
extends java.lang.Object
implements javafx.fxml.Initializable
Modifier and Type | Field and Description |
---|---|
javafx.scene.control.Button |
bookingClientIdButton |
javafx.scene.control.TextField |
bookingClientIdField |
Constructor and Description |
---|
BookingClientIdController() |
Modifier and Type | Method and Description |
---|---|
void |
back() |
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
void |
select() |
void |
selectKeyPressed(javafx.scene.input.KeyEvent keyEvent) |
public javafx.scene.control.TextField bookingClientIdField
public javafx.scene.control.Button bookingClientIdButton
public void back()
public void select()
public void initialize(java.net.URL location, java.util.ResourceBundle resources)
initialize
in interface javafx.fxml.Initializable
public void selectKeyPressed(javafx.scene.input.KeyEvent keyEvent)