use of com.evolveum.midpoint.web.component.wizard.resource.dto.SynchronizationActionTypeDto in project midpoint by Evolveum.
the class SynchronizationActionEditorDialog method updateModel.
public void updateModel(AjaxRequestTarget target, SynchronizationActionType action) {
model.setObject(new SynchronizationActionTypeDto(action));
inputModel = new Model<>(action);
target.add(getContent());
}
Aggregations