Uses of Class
com.evolveum.midpoint.web.component.dialog.ConfirmationWithOptionsDto.Builder
Packages that use ConfirmationWithOptionsDto.Builder
-
Uses of ConfirmationWithOptionsDto.Builder in com.evolveum.midpoint.web.component.dialog
Methods in com.evolveum.midpoint.web.component.dialog that return ConfirmationWithOptionsDto.BuilderModifier and TypeMethodDescriptionstatic <T extends Describable>
ConfirmationWithOptionsDto.Builder<T>ConfirmationWithOptionsDto.builder()ConfirmationWithOptionsDto.Builder.cancelButtonClass(String cancelButtonClass) Used as additional css class for the cancel button.ConfirmationWithOptionsDto.Builder.cancelButtonLabel(org.apache.wicket.model.StringResourceModel cancelButtonLabel) Used as a label for the cancel button.ConfirmationWithOptionsDto.Builder.confirmationButtonClass(String confirmationButtonClass) Used as additional css class for the confirmation button.ConfirmationWithOptionsDto.Builder.confirmationButtonLabel(org.apache.wicket.model.StringResourceModel confirmationButtonLabel) Used as a label for the confirmation button.ConfirmationWithOptionsDto.Builder.confirmationInfoMessage(org.apache.wicket.model.StringResourceModel confirmationInfoMessage) Used as a message shown in the info panel.ConfirmationWithOptionsDto.Builder.confirmationOptions(List<ConfirmationOption<T>> confirmationOptions) Used to show panel with the list of options, which user can select.ConfirmationWithOptionsDto.Builder.confirmationOptionsTitle(org.apache.wicket.model.StringResourceModel confirmationOptionsTitle) Used as a title for the list of confirmation options, if they are present.ConfirmationWithOptionsDto.Builder.confirmationSubtitle(org.apache.wicket.model.StringResourceModel confirmationSubtitle) Used as a subtitle or description of a confirmation panel.ConfirmationWithOptionsDto.Builder.confirmationTitle(org.apache.wicket.model.StringResourceModel confirmationTitle) Used as a confirmation popup title.ConfirmationWithOptionsDto.Builder.externalLinkButtonLabel(org.apache.wicket.model.StringResourceModel externalLinkButtonLabel) Used as a label on the external link button.ConfirmationWithOptionsDto.Builder.externalLinkUrl(String externalLinkUrl) Used as a url for the external link button.ConfirmationWithOptionsDto.Builder.titleIconCssClass(String titleIconCssClass)