Class EventPopup
java.lang.Object
passport.application.desktop.ui.event.EventPopup
Manages the popup window for event details, comments, and purchasing.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
buy()
Initiates the purchase process for the event.void
Adds a comment to the event.Sets up the UI for purchasing tickets.Sets up the UI for allowing reviewing.
-
Constructor Details
-
EventPopup
-
-
Method Details
-
forPurchasing
Sets up the UI for purchasing tickets.- Returns:
- The updated EventPopup instance.
-
forReviewing
Sets up the UI for allowing reviewing.- Returns:
- The updated EventPopup instance.
-
buy
public void buy()Initiates the purchase process for the event. -
comment
Adds a comment to the event.- Parameters:
content
- The content of the comment.
-