scope eventListcell factory

This commit is contained in:
Armin Schrenk
2025-02-18 13:24:12 +01:00
parent 43ce64f01e
commit f8a83c9cc8

View File

@@ -13,6 +13,7 @@ import javafx.util.Callback;
import java.io.IOException;
import java.io.UncheckedIOException;
@EventViewScoped
public class EventListCellFactory implements Callback<ListView<Event>, ListCell<Event>> {
private static final String FXML_PATH = "/fxml/eventview_cell.fxml";