Class ConfirmationWithOptionsDto<T extends Describable>
java.lang.Object
com.evolveum.midpoint.web.component.dialog.ConfirmationWithOptionsDto<T>
- All Implemented Interfaces:
Serializable
public class ConfirmationWithOptionsDto<T extends Describable>
extends Object
implements Serializable
Configuration of the
ConfirmationWithOptionsPanel, holding various messages and a list of confirmation
options.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Describable>
ConfirmationWithOptionsDto.Builder<T>builder()org.apache.wicket.model.StringResourceModelorg.apache.wicket.model.StringResourceModelorg.apache.wicket.model.StringResourceModelorg.apache.wicket.model.IModel<String>org.apache.wicket.model.IModel<String>org.apache.wicket.model.IModel<String>org.apache.wicket.model.StringResourceModel
-
Method Details
-
getConfirmationTitle
-
getConfirmationSubtitle
-
getConfirmationOptionsTitle
-
getConfirmationInfoMessage
public org.apache.wicket.model.StringResourceModel getConfirmationInfoMessage() -
getExternalLinkUrl
-
getConfirmationOptions
-
getExternalLinkButtonLabel
public org.apache.wicket.model.StringResourceModel getExternalLinkButtonLabel() -
getTitleIconCssClass
-
getConfirmationButtonLabel
public org.apache.wicket.model.StringResourceModel getConfirmationButtonLabel() -
getConfirmationButtonCssClass
-
getCancelButtonLabel
public org.apache.wicket.model.StringResourceModel getCancelButtonLabel() -
getCancelButtonCssClass
-
builder
-