Interface IWelcomeConfirmView
- All Known Implementing Classes:
UserEmailPrimaryChangeBean
,UserEmailVerificationBean
,UserIdentityRemovalBean
,UserProfileMfaRemovalBean
public interface IWelcomeConfirmView
Common interface for GUI models that represent a confirmation dialog within the welcome page
(
/WEB-INF/xfc/templates/welcome/welcome.xhtml
).- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
-
Method Details
-
getHeaderLabel
String getHeaderLabel()- Returns:
- a label for the header of the confirmation page.
-
getInfoText
- Returns:
- an optional information text to be displayed on the confirmation page.
-
getConfirmBtnLabel
- Returns:
- an optional label for the confirm button on the confirmation page. If no label is returned then the default label will be displayed.
-
getCancelBtnLabel
- Returns:
- an optional label for the confirm button on the confirmation page. If no label is returned then the default label will be displayed.
-
confirm
void confirm()Executes the confirmation. -
cancel
void cancel()Cancels the confirmation.
-