Uses of Record Class
com.evolveum.midpoint.web.component.dialog.ConfirmationOption
Packages that use ConfirmationOption
Package
Description
-
Uses of ConfirmationOption in com.evolveum.midpoint.gui.impl.component.tile
Methods in com.evolveum.midpoint.gui.impl.component.tile that return types with arguments of type ConfirmationOptionModifier and TypeMethodDescriptionprotected List<ConfirmationOption<DataAccessPermission>>MultiSelectContainerActionTileTablePanel.suggestionConfirmationOptions()Method parameters in com.evolveum.midpoint.gui.impl.component.tile with type arguments of type ConfirmationOptionModifier and TypeMethodDescriptionprotected voidMultiSelectContainerActionTileTablePanel.onSuggestNewPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<List<ConfirmationOption<DataAccessPermission>>> confirmedOptions) -
Uses of ConfirmationOption in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.correlation
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.correlation with type arguments of type ConfirmationOptionModifier and TypeMethodDescriptionprotected voidSmartCorrelationTable.onSuggestNewPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<List<ConfirmationOption<DataAccessPermission>>> confirmedOptions) -
Uses of ConfirmationOption in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component that return types with arguments of type ConfirmationOptionModifier and TypeMethodDescriptionprotected abstract org.apache.wicket.model.IModel<List<ConfirmationOption<DataAccessPermission>>>SmartAlertGeneratingPanel.getConfirmationOptions()Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component with type arguments of type ConfirmationOptionModifier and TypeMethodDescriptionSmartSuggestButtonWithConfirmation.create(String id, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> icon, List<ConfirmationOption<DataAccessPermission>> options, org.apache.wicket.model.IModel<ButtonWithConfirmationOptionsDialog.ButtonHandlers<DataAccessPermission>> clickHandlers, PageBase pageBase) Creates a Smart Suggest button for an *non-blocking* confirm action.SmartSuggestButtonWithConfirmation.forBlockingActionWithIndication(String id, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> icon, org.apache.wicket.model.IModel<String> activityIndicationIcon, org.apache.wicket.model.IModel<String> activityIndicationTitle, List<ConfirmationOption<DataAccessPermission>> options, org.apache.wicket.model.IModel<ButtonWithConfirmationOptionsDialog.ButtonHandlers<DataAccessPermission>> clickHandlers, PageBase pageBase) Creates a Smart Suggest button for a *blocking* confirm action, wrapped with an activity indication (spinner) while the action runs.protected voidSmartAlertGeneratingPanel.performRegenerateOperation(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<List<ConfirmationOption<DataAccessPermission>>> confirmedOptions) Regenerates suggestions (removes existing task and starts again).protected abstract voidSmartAlertGeneratingPanel.performRegenerateSuggestOperation(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<List<ConfirmationOption<DataAccessPermission>>> confirmedOptions) Must be implemented to trigger suggestion regeneration (re-run after removing existing task).protected abstract voidSmartAlertGeneratingPanel.performSuggestOperation(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<List<ConfirmationOption<DataAccessPermission>>> confirmedOptions) Must be implemented to trigger suggestion generation. -
Uses of ConfirmationOption in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.page
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.page with type arguments of type ConfirmationOptionModifier and TypeMethodDescriptionabstract voidResourceSuggestedObjectTypeTableWizardPanel.refreshSuggestionPerform(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<List<ConfirmationOption<DataAccessPermission>>> confirmedOptions, RegenerateMode regenerateMode) -
Uses of ConfirmationOption in com.evolveum.midpoint.web.component.dialog
Methods in com.evolveum.midpoint.web.component.dialog that return ConfirmationOptionModifier and TypeMethodDescriptionstatic <T extends Describable>
ConfirmationOption<T>ConfirmationOption.selectedOf(T option) Methods in com.evolveum.midpoint.web.component.dialog that return types with arguments of type ConfirmationOptionModifier and TypeMethodDescriptionstatic @NotNull List<ConfirmationOption<DataAccessPermission>>ConfirmationOption.correlationPermissionsOptions()static List<ConfirmationOption<DataAccessPermission>>ConfirmationOption.delineationPermissionsOptions()ConfirmationWithOptionsDto.getConfirmationOptions()static @NotNull List<ConfirmationOption<DataAccessPermission>>ConfirmationOption.mappingPermissionsOptions()SerializableBiConsumer<ConfirmationOption<T>,org.apache.wicket.ajax.AjaxRequestTarget> ConfirmationOption.onClick()Returns the value of theonClickrecord component.Method parameters in com.evolveum.midpoint.web.component.dialog with type arguments of type ConfirmationOptionModifier and TypeMethodDescriptionConfirmationWithOptionsDto.Builder.confirmationOptions(List<ConfirmationOption<T>> confirmationOptions) Used to show panel with the list of options, which user can select.protected voidConfirmationWithOptionsPanel.confirmationPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<List<ConfirmationOption<T>>> confirmedOptions) Constructor parameters in com.evolveum.midpoint.web.component.dialog with type arguments of type ConfirmationOptionModifierConstructorDescriptionConfirmationOption(org.apache.wicket.model.IModel<Boolean> selected, T option, SerializableBiConsumer<ConfirmationOption<T>, org.apache.wicket.ajax.AjaxRequestTarget> onClick) Creates an instance of aConfirmationOptionrecord class. -
Uses of ConfirmationOption in com.evolveum.midpoint.web.component.input
Methods in com.evolveum.midpoint.web.component.input that return types with arguments of type ConfirmationOptionModifier and TypeMethodDescriptionSerializableBiConsumer<org.apache.wicket.ajax.AjaxRequestTarget,org.apache.wicket.model.IModel<List<ConfirmationOption<T>>>> ButtonWithConfirmationOptionsDialog.ButtonHandlers.confirmHandler()Returns the value of theconfirmHandlerrecord component.Method parameters in com.evolveum.midpoint.web.component.input with type arguments of type ConfirmationOptionModifier and TypeMethodDescriptionprotected voidDropDownChoiceSuggestPanel.onSuggestAction(org.apache.wicket.ajax.AjaxRequestTarget target, List<ConfirmationOption<DataAccessPermission>> confirmedOptions) Constructor parameters in com.evolveum.midpoint.web.component.input with type arguments of type ConfirmationOptionModifierConstructorDescriptionButtonHandlers(SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> cancelHandler, SerializableBiConsumer<org.apache.wicket.ajax.AjaxRequestTarget, org.apache.wicket.model.IModel<List<ConfirmationOption<T>>>> confirmHandler) Creates an instance of aButtonHandlersrecord class.