Uses of Class
com.evolveum.midpoint.web.component.AjaxIconButton
Packages that use AjaxIconButton
Package
Description
-
Uses of AjaxIconButton in com.evolveum.midpoint.gui.impl.component.button
Subclasses of AjaxIconButton in com.evolveum.midpoint.gui.impl.component.button -
Uses of AjaxIconButton in com.evolveum.midpoint.gui.impl.component.tile
Methods in com.evolveum.midpoint.gui.impl.component.tile that return AjaxIconButtonModifier and TypeMethodDescriptionprotected AjaxIconButtonMultiSelectContainerActionTileTablePanel.createAcceptButton(String id, org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> rowModel) protected AjaxIconButtonMultiSelectContainerActionTileTablePanel.createDiscardButton(String id, org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> rowModel) protected @NotNull AjaxIconButtonMultiSelectContainerActionTileTablePanel.createNewObjectPerformButton(String idButton, PrismContainerValueWrapper<C> modelObject) Methods in com.evolveum.midpoint.gui.impl.component.tile that return types with arguments of type AjaxIconButtonModifier and TypeMethodDescriptionprotected @NotNull List<AjaxIconButton>MultiSelectContainerActionTileTablePanel.createSuggestObjectButton(String idButton) -
Uses of AjaxIconButton in com.evolveum.midpoint.gui.impl.component.tile.column
Methods in com.evolveum.midpoint.gui.impl.component.tile.column that return AjaxIconButtonModifier and TypeMethodDescriptionprotected @NotNull AjaxIconButtonColumnTileTable.createNewObjectPerformButton(String idButton) -
Uses of AjaxIconButton in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component that return AjaxIconButtonModifier and TypeMethodDescriptionprotected AjaxIconButtonAbstractRoleMemberPanel.createAssignButton(String buttonId) protected AjaxIconButtonAbstractRoleMemberPanel.createPlayPauseButton(String buttonId) protected AjaxIconButtonAbstractRoleMemberPanel.createRefreshButton(String buttonId) protected AjaxIconButtonAbstractRoleMemberPanel.createUnassignButton(String buttonId) -
Uses of AjaxIconButton in com.evolveum.midpoint.gui.impl.page.admin.certification.component
-
Uses of AjaxIconButton in com.evolveum.midpoint.gui.impl.page.admin.mark.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.mark.component that return AjaxIconButtonModifier and TypeMethodDescriptionprotected AjaxIconButtonShadowMarkPanel.createPlayPauseButton(String buttonId) protected AjaxIconButtonShadowMarkPanel.createRefreshButton(String buttonId) -
Uses of AjaxIconButton in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component that return AjaxIconButtonModifier and TypeMethodDescriptionprotected AjaxIconButtonAssociationTablePanel.createAcceptAllButton(String id) protected AjaxIconButtonAssociationTablePanel.createAcceptDiscardBulkActionButton(String id, org.apache.wicket.model.IModel<String> iconCss, String labelKey, String cssClass, boolean isAccept) protected AjaxIconButtonAssociationTablePanel.createDiscardAllButton(String id) -
Uses of AjaxIconButton in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component
Subclasses of AjaxIconButton 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.Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component that return AjaxIconButtonModifier and TypeMethodDescriptionprotected AjaxIconButtonSmartAlertGeneratingPanel.createGenerateButton(String buttonId) -
Uses of AjaxIconButton in com.evolveum.midpoint.web.component
Methods in com.evolveum.midpoint.web.component that return AjaxIconButton -
Uses of AjaxIconButton in com.evolveum.midpoint.web.component.data
Methods in com.evolveum.midpoint.web.component.data that return AjaxIconButtonModifier and TypeMethodDescriptionprotected AjaxIconButtonMultiButtonPanel.buildDefaultButton(String componentId, org.apache.wicket.model.IModel<String> icon, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> cssClass, AjaxEventProcessor onClickProcessor) -
Uses of AjaxIconButton in com.evolveum.midpoint.web.component.input
Subclasses of AjaxIconButton in com.evolveum.midpoint.web.component.inputModifier 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).Methods in com.evolveum.midpoint.web.component.input with parameters of type AjaxIconButtonModifier and TypeMethodDescriptionvoidActivityIndicationInteractionsPair.action(AjaxIconButton component, org.apache.wicket.ajax.AjaxRequestTarget request) Saves the original button icon and title and replaces them with the activity indication icon and title.voidActivityIndicationInteractionsPair.reaction(AjaxIconButton component, org.apache.wicket.ajax.AjaxRequestTarget request) Restores the original icon and title back to the button.Constructor parameters in com.evolveum.midpoint.web.component.input with type arguments of type AjaxIconButtonModifierConstructorDescriptionBlockingActionButtonWithConfirmationOptionsDialog(String id, org.apache.wicket.model.IModel<ButtonWithConfirmationOptionsDialog.ButtonConfig<T>> buttonConfig, org.apache.wicket.model.IModel<ButtonWithConfirmationOptionsDialog.ButtonHandlers<T>> clickHandlers, ComponentInteractionsPair<AjaxIconButton> interactionPairs)