Interface ConfirmationType
- All Superinterfaces:
DialogType
Represents a confirmation dialog.
This interface defines the structure for a confirmation dialog with "confirm" and "deny" buttons.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionnoButton()
Gets the button for denying the action.Gets the button for confirming the action.
-
Method Details
-
yesButton
Gets the button for confirming the action.- Returns:
- the confirmation button
-
noButton
Gets the button for denying the action.- Returns:
- the denial button
-