Class MergeLinkedAccountsWizardBuilder
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
-
- org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<T>
-
- org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<UserTO>
-
- org.apache.syncope.client.console.wizards.any.MergeLinkedAccountsWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<UserTO>
,IEventSink
public class MergeLinkedAccountsWizardBuilder extends BaseAjaxWizardBuilder<UserTO> implements IEventSink
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
LOG, mode, outerObjects
-
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef
-
-
Constructor Summary
Constructors Constructor Description MergeLinkedAccountsWizardBuilder(IModel<UserTO> model, PageReference pageRef, UserDirectoryPanel parentPanel, BaseModal<?> modal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(UserTO modelObject, WizardModel wizardModel)
void
onEvent(IEvent<?> event)
-
Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder
execute, getMaxWaitTimeInSeconds, sendError, sendWarning
-
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
addOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEvent
-
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
getDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onApplyInternal, onCancelInternal, setEventSink, setItem
-
-
-
-
Constructor Detail
-
MergeLinkedAccountsWizardBuilder
public MergeLinkedAccountsWizardBuilder(IModel<UserTO> model, PageReference pageRef, UserDirectoryPanel parentPanel, BaseModal<?> modal)
-
-
Method Detail
-
buildModelSteps
protected WizardModel buildModelSteps(UserTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<UserTO>
-
onEvent
public void onEvent(IEvent<?> event)
- Specified by:
onEvent
in interfaceIEventSink
-
-