Class OverlayCampInfoDisplayWithParticipantsViewSuggestion


public class OverlayCampInfoDisplayWithParticipantsViewSuggestion extends OverlayCampInfoDisplayWithParticipantsView
Represents an overlay view displaying camp details with the ability to suggest modifications. Extends the OverlayCampInfoDisplayWithParticipantsView class.
  • Field Details

    • camp

      protected Camp camp
    • student

      protected Student student
    • mainWindow

      protected Window mainWindow
    • submitButton

      protected WidgetButton submitButton
    • editSuggestion

      protected Suggestion editSuggestion
  • Constructor Details

    • OverlayCampInfoDisplayWithParticipantsViewSuggestion

      public OverlayCampInfoDisplayWithParticipantsViewSuggestion(int x, int y, int offsetY, int offsetX, String windowName, Camp camp, Student student, Window mainWindow, Suggestion suggestion)
      Constructs an OverlayCampInfoDisplayWithParticipantsViewSuggestion 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 for which suggestions are displayed.
      student - The student user making the suggestion.
      mainWindow - The main window where this overlay view is displayed.
      suggestion - The suggestion object containing modification details.
  • Method Details