Package | Description |
---|---|
be.ac.ulb.infof307.g02.controllers |
Modifier and Type | Method and Description |
---|---|
protected void |
GroceryListSelectionController.onCreateItem(java.lang.String newListName)
Creates the new grocery list, adds it to the DB and then shows the "Edit
Grocery List" screen with the newly created (empty) list.
|
protected abstract void |
SelectionController.onCreateItem(java.lang.String newListName) |
protected void |
RecipeSelectionController.onCreateItem(java.lang.String newRecipeName)
Creates the new recipe, adds it to the DB and then shows the "Edit
Recipe" screen with the newly created (empty) recipe.
|