Uses of Class
com.evolveum.midpoint.web.component.input.ButtonWithConfirmationOptionsDialog
Packages that use ButtonWithConfirmationOptionsDialog
Package
Description
-
Uses of ButtonWithConfirmationOptionsDialog in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component
Subclasses of ButtonWithConfirmationOptionsDialog in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.componentModifier and TypeClassDescriptionclassSmartSuggestButtonWithConfirmation<T extends Describable>A styled variant ofButtonWithConfirmationOptionsDialogpre-configured with the Smart Suggest confirmation dialog content. -
Uses of ButtonWithConfirmationOptionsDialog in com.evolveum.midpoint.web.component.input
Modifier and TypeClassDescriptionclassAButtonWithConfirmationOptionsDialogvariant for *blocking* confirm actions that need an activity indication while they run. === How it works Because the action is blocking the browser cannot display an intermediate UI update (e.g. a spinner) before the Ajax response is returned — the request is blocked until the action finishes.