Search in sources :

Example 11 with MappingEditorDialog

use of com.evolveum.midpoint.web.component.wizard.resource.component.schemahandling.modal.MappingEditorDialog in project midpoint by Evolveum.

the class ResourceCredentialsEditor method outboundEditPerformed.

private void outboundEditPerformed(AjaxRequestTarget target) {
    MappingEditorDialog window = (MappingEditorDialog) get(ID_MODAL_OUTBOUND);
    window.updateModel(target, new PropertyModel<MappingType>(getModel(), "password.outbound"), false);
    window.show(target);
}
Also used : MappingEditorDialog(com.evolveum.midpoint.web.component.wizard.resource.component.schemahandling.modal.MappingEditorDialog)

Aggregations

MappingEditorDialog (com.evolveum.midpoint.web.component.wizard.resource.component.schemahandling.modal.MappingEditorDialog)11 AjaxRequestTarget (org.apache.wicket.ajax.AjaxRequestTarget)4 ModalWindow (org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow)4 LimitationsEditorDialog (com.evolveum.midpoint.web.component.wizard.resource.component.schemahandling.modal.LimitationsEditorDialog)2 ArrayList (java.util.ArrayList)2 List (java.util.List)2