Einbindung Filter in Gerichtsverwaltung

This commit is contained in:
Sven Alteköster 2023-12-19 12:16:53 +01:00
parent e12d6e6157
commit 4ce1fa5204
3 changed files with 5 additions and 5 deletions

View File

@ -41,6 +41,7 @@ public class EssensverwaltungMitarbeiterView {
}
public void onFilter(ActionEvent actionEvent) {
VerwaltungApplication.sceneWechseln(new Stage(), 600, 400, "inhaltsstoffe_filtern-view.fxml");
}
public void onHinzufuegen(ActionEvent actionEvent) {

View File

@ -8,14 +8,14 @@
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<VBox prefHeight="400.0" prefWidth="600.0" stylesheets="@layout.css" xmlns="http://javafx.com/javafx/17.0.2-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.subway_surfers.vpr_app.InhaltsstoffeFilternController">
<VBox prefHeight="400.0" prefWidth="600.0" stylesheets="@layout.css" xmlns="http://javafx.com/javafx/17.0.2-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.subway_surfers.vpr_app.InhaltsstoffeFilternController" styleClass="main">
<Label text="Nach Inhaltsstoffen filtern" />
<ListView fx:id="zutatListView" />
<HBox prefHeight="128.0" prefWidth="600.0" styleClass="bottomHbox">
<HBox prefHeight="128.0" prefWidth="600.0" styleClass="filter_unten">
<CheckBox fx:id="speichernCheckBox" text="Auswahl für KindA speichern " />
<Button fx:id="abbrechenButton" cancelButton="true" text="Abbrechen" />
<Button fx:id="fortfahrenButton" defaultButton="true" text="Fortfahren" />
</HBox>
</VBox>
</VBox>

View File

@ -18,7 +18,7 @@
-fx-padding: 20;
}
.hauptmenue_buttons_links, .gerichterstellung_felder{
.hauptmenue_buttons_links, .gerichterstellung_felder, .filter, .main, .filter_unten{
-fx-spacing: 20;
}
@ -29,7 +29,6 @@
.hauptmenue_wochenuebersicht{
-fx-grid-lines-visible: true;
-fx-grid-lines-visible: true;
}
.hauptmenue_wochenuebersicht > *{