Package com.evolveum.midpoint.web.component.input
package com.evolveum.midpoint.web.component.input
-
ClassDescriptionImplementation of `ComponentInteractionsPair` that provides activity indication for `AjaxIconButton` components.AjaxEventBasedInteractionsLinker<C extends org.apache.wicket.Component>Links a component with a `ComponentInteractionsPair` using Ajax events to enable two-phase interaction patterns.Created by honchar For now only value/shadowRef and associationTargetSearch expression are supported to be edited.A
ButtonWithConfirmationOptionsDialogvariant 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.ButtonWithConfirmationOptionsDialog<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).ChoiceableChoiceRenderer<T extends Choiceable>ComponentInteractionsPair<C extends org.apache.wicket.Component>Represents a pair of interactions which allows to run an "action" on an arbitrary Ajax request, while triggering a reaction in the "automatic" Ajax request of different component.Temporary implementation.Thrown when error occurs during file sanitization process.Handle sanitization if images.Created by honchar.ObjectTypeChoiceRenderer<T extends ObjectType>Deprecated.Created by Viliam Repan (lazyman).Deprecated.SearchFilterPanel<T extends SearchFilterType>Split button with a primary action (left) and a dropdown (right).TextPanel<T>Deprecated.Don't use this component, it will be gradually removed from gui.Use this component when two-state widget is needed (e.g. boolean attributes - true/false) Bear in mind that: - first button represents FALSE - second button represents TRUE