Skip to content
Snippets Groups Projects
Commit 16188b12 authored by Harry Linrui XU's avatar Harry Linrui XU
Browse files

Added parameters to showConfirmationDialog

parent b183c13b
No related branches found
No related tags found
3 merge requests!43Merging frontend-testing into master,!38"Made progressbar dynamic in accordance to spending. Added balance field....,!37Made the sub progress bars respond to changes in expense
......@@ -42,7 +42,7 @@ public interface FinanceController {
* Returns an optional, which is a popup alert box, asking for confirmation for deleting an entry.
* @return An alert box, asking for confirmation for deleting the selected entry of the tableview.
*/
Optional<ButtonType> showConfirmationDialog();
Optional<ButtonType> showConfirmationDialog(String title, String header, String content);
/**
* Saves the changes made to the tableview by writing the information to a file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment