I have list, in javaFx, to populate with pretty complex elements. I have defined created fxml layout for each element. Is there any way for me to initialize this fxml files as elements in list which I have also defined in fxml? Also I would like to populate elements in each element of list with individual values.
I know there's a option to create these elements from code, but i would prefer to initialize them from fxml.