Uses of Interface
com.evolveum.midpoint.web.component.util.Describable
Packages that use Describable
Package
Description
-
Uses of Describable in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component
Classes in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component with type parameters of type DescribableModifier and TypeClassDescriptionclassSmartSuggestButtonWithConfirmation<T extends Describable>A styled variant ofButtonWithConfirmationOptionsDialogpre-configured with the Smart Suggest confirmation dialog content. -
Uses of Describable in com.evolveum.midpoint.web.component.dialog
Classes in com.evolveum.midpoint.web.component.dialog with type parameters of type DescribableModifier and TypeClassDescriptionfinal recordConfirmationOption<T extends Describable>Represents a single confirmation option entry with selection state, and optional click handler.classConfirmationWithOptionsDto<T extends Describable>Configuration of theConfirmationWithOptionsPanel, holding various messages and a list of confirmation options.static final classConfirmationWithOptionsDto.Builder<T extends Describable>classConfirmationWithOptionsPanel<T extends Describable>Popup panel showing a confirmation message with optional confirmation options, info note, and "learn more" link.Methods in com.evolveum.midpoint.web.component.dialog with type parameters of type DescribableModifier and TypeMethodDescriptionstatic <T extends Describable>
ConfirmationWithOptionsDto.Builder<T>ConfirmationWithOptionsDto.builder()static <T extends Describable>
ConfirmationOption<T>ConfirmationOption.selectedOf(T option) -
Uses of Describable in com.evolveum.midpoint.web.component.dialog.privacy
Classes in com.evolveum.midpoint.web.component.dialog.privacy that implement Describable -
Uses of Describable in com.evolveum.midpoint.web.component.input
Classes in com.evolveum.midpoint.web.component.input with type parameters of type DescribableModifier 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.classButtonWithConfirmationOptionsDialog<T extends Describable>A button that opens a confirmation-with-options dialog when clicked and delegates the outcome to a pair of handlers (ButtonWithConfirmationOptionsDialog.ButtonHandlers).static final recordstatic final record