Uses of Interface
com.evolveum.midpoint.web.component.input.ComponentInteractionsPair
Packages that use ComponentInteractionsPair
-
Uses of ComponentInteractionsPair in com.evolveum.midpoint.web.component.input
Classes in com.evolveum.midpoint.web.component.input that implement ComponentInteractionsPairModifier and TypeClassDescriptionclassImplementation of `ComponentInteractionsPair` that provides activity indication for `AjaxIconButton` components.Methods in com.evolveum.midpoint.web.component.input that return ComponentInteractionsPairModifier and TypeMethodDescriptiondefault ComponentInteractionsPair<C>ComponentInteractionsPair.actionAndThen(SerializableBiConsumer<C, org.apache.wicket.ajax.AjaxRequestTarget> nextOnBefore) Creates a new interaction pair with an additional action to be executed after this pair's action, while keeping the original reaction.default ComponentInteractionsPair<C>ComponentInteractionsPair.andThen(ComponentInteractionsPair<C> other) Combines this interaction pair with another one, executing both actions and both reactions in sequence.default ComponentInteractionsPair<C>ComponentInteractionsPair.reactionAndThen(SerializableBiConsumer<C, org.apache.wicket.ajax.AjaxRequestTarget> nextOnAfter) Creates a new interaction pair with an additional reaction to be executed after this pair's reaction, while keeping the original action.Methods in com.evolveum.midpoint.web.component.input with parameters of type ComponentInteractionsPairModifier and TypeMethodDescriptiondefault ComponentInteractionsPair<C>ComponentInteractionsPair.andThen(ComponentInteractionsPair<C> other) Combines this interaction pair with another one, executing both actions and both reactions in sequence.static <C extends org.apache.wicket.Component>
AjaxEventBasedInteractionsLinker<C>AjaxEventBasedInteractionsLinker.linkInteractions(C component, ComponentInteractionsPair<C> interactionPair) Links a component with an interaction pair by registering an `AjaxEventBehavior` that listens for a custom JavaScript event.Constructors in com.evolveum.midpoint.web.component.input with parameters of type ComponentInteractionsPairModifierConstructorDescriptionBlockingActionButtonWithConfirmationOptionsDialog(String id, org.apache.wicket.model.IModel<ButtonWithConfirmationOptionsDialog.ButtonConfig<T>> buttonConfig, org.apache.wicket.model.IModel<ButtonWithConfirmationOptionsDialog.ButtonHandlers<T>> clickHandlers, ComponentInteractionsPair<AjaxIconButton> interactionPairs)