Class AttrRepoWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<AttrRepoTO>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<AttrRepoTO>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<AttrRepoTO>
org.apache.syncope.client.console.wizards.AttrRepoWizardBuilder
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<AttrRepoTO>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
protected static final class
protected static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Model
<Class<? extends AttrRepoConf>> protected final LoadableDetachableModel
<List<String>> protected final AttrRepoRestClient
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
ConstructorDescriptionAttrRepoWizardBuilder
(AttrRepoTO defaultItem, AttrRepoRestClient attrRepoRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(AttrRepoTO modelObject, WizardModel wizardModel) protected Serializable
onApplyInternal
(AttrRepoTO modelObject) 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, onCancelInternal, setEventSink, setItem
-
Field Details
-
attrRepoConfs
-
attrRepoRestClient
-
attrRepoConfClass
-
-
Constructor Details
-
AttrRepoWizardBuilder
public AttrRepoWizardBuilder(AttrRepoTO defaultItem, AttrRepoRestClient attrRepoRestClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<AttrRepoTO>
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<AttrRepoTO>
-