Class OrdersController

java.lang.Object
csce331.group13.project2.ui.OrdersController

public class OrdersController extends Object
Controller for the main orders/cashier view. Handles combo selection, meal customization, and cart management.
Author:
William Clymire
  • 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