Package | Description |
---|---|
be.ac.ulb.infof307.g02.views |
Modifier and Type | Class and Description |
---|---|
class |
GroceryListView
View allowing the user to see and update his grocery lists
|
Modifier and Type | Field and Description |
---|---|
private AvailabilityChecker |
ListComponent.availabilityChecker |
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
|