Class OrdersController
java.lang.Object
csce331.group13.project2.ui.OrdersController
Controller for the main orders/cashier view.
Handles combo selection, meal customization, and cart management.
- Author:
- William Clymire
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the order screen, populating menu buttons and configuring the cart table.
-
Constructor Details
-
OrdersController
public OrdersController()
-
-
Method Details
-
initialize
public void initialize()Initializes the order screen, populating menu buttons and configuring the cart table. Hides the manager button for non-managers
-