Package | Description |
---|---|
be.ac.ulb.infof307.g02.utils | |
be.ac.ulb.infof307.g02.views |
Modifier and Type | Class and Description |
---|---|
class |
ArticleConverter
This class can convert an Article to a Pair(Product, Double)
or a Pair(Product, Double) to an Article
|
class |
ProductAmountConverter
This class can convert an ProductAmount to a Pair(Product, Double)
or a Pair(Product, Double) to an ProductAmount
|
Modifier and Type | Field and Description |
---|---|
private ProductDoublePairConverter<T> |
ListComponent.converter |
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) |
ListComponent(javafx.scene.layout.VBox globalContainer,
java.util.List<Product> productList,
ProductDoublePairConverter<T> converter) |