Class OverlayCampStaffEditView


public class OverlayCampStaffEditView extends OverlayCampInfoDisplayWithParticipantsView
Represents an overlay view for staff to edit camp details. Extends the OverlayCampInfoDisplayWithParticipantsView class.
  • Field Details

    • camp

      protected Camp camp
    • staff

      protected Staff staff
    • mainWindow

      protected Window mainWindow
    • submitButton

      protected WidgetButton submitButton
  • Constructor Details

    • OverlayCampStaffEditView

      public OverlayCampStaffEditView(int x, int y, int offsetY, int offsetX, String windowName, Camp camp, Staff staff, Window mainWindow)
      Constructs an OverlayCampStaffEditView object.
      Parameters:
      x - The x-coordinate position of the view.
      y - The y-coordinate position of the view.
      offsetY - The offset value for the y-coordinate.
      offsetX - The offset value for the x-coordinate.
      windowName - The name of the window.
      camp - The camp to be edited.
      staff - The staff user editing the camp.
      mainWindow - The main window where this overlay view is displayed.
  • Method Details