summaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/employeeListItem.fxml
diff options
context:
space:
mode:
authorDominic Rogetzer <e1627756@student.tuwien.ac.at>2018-06-06 22:07:04 +0200
committerTharre <tharre3@gmail.com>2018-06-07 17:51:20 +0200
commita8c39fd4f07ffb46f109e22a4adc2548b04030bc (patch)
tree0369d907c63e9360af8503883ed0af12cc9f155c /src/main/resources/fxml/employeeListItem.fxml
parent5ce2c8943e7c47be60659662bdf4f73e8b606206 (diff)
downloadsepm-groupproject-a8c39fd4f07ffb46f109e22a4adc2548b04030bc.tar.gz
sepm-groupproject-a8c39fd4f07ffb46f109e22a4adc2548b04030bc.tar.xz
sepm-groupproject-a8c39fd4f07ffb46f109e22a4adc2548b04030bc.zip
Provide callback for clicking on an employee list item [#25963]
Diffstat (limited to 'src/main/resources/fxml/employeeListItem.fxml')
-rw-r--r--src/main/resources/fxml/employeeListItem.fxml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/fxml/employeeListItem.fxml b/src/main/resources/fxml/employeeListItem.fxml
index bec2e1e..6e95c0c 100644
--- a/src/main/resources/fxml/employeeListItem.fxml
+++ b/src/main/resources/fxml/employeeListItem.fxml
@@ -10,7 +10,8 @@
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity"
prefHeight="96.0" prefWidth="360.0" style="-fx-background-color: white;"
xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1"
- fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.controller.EmployeeListItemController">
+ fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.controller.EmployeeListItemController"
+ onMouseClicked="#onEmployeeClicked">
<children>
<Label fx:id="lblName" layoutX="8.0" layoutY="22.0" text="Peter Mustermann"
AnchorPane.leftAnchor="10.0" AnchorPane.topAnchor="5.0">