Package | Description |
---|---|
be.ac.ulb.infof307.g02.views |
Modifier and Type | Field and Description |
---|---|
private NutritionalValuesController |
ListComponent.nutritionalValuesController |
Constructor and Description |
---|
ListComponent(javafx.scene.layout.VBox globalContainer,
java.util.List<Product> allProductsList,
java.util.List<T> itemList,
ProductDoublePairConverter<T> converter,
boolean canCheckProductAvailability,
AvailabilityChecker availabilityChecker,
boolean canShowNutritionalValues,
NutritionalValuesController nutritionalValuesController)
Constructs a ListComponent in a Container (VBox) and initializes it
|
ListComponent(javafx.scene.layout.VBox globalContainer,
java.util.List<Product> allProductsList,
java.util.List<T> itemList,
ProductDoublePairConverter<T> converter,
NutritionalValuesController nutritionalValuesController) |