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
Nested ClassesModifier and TypeClassDescriptionprotected classprotected static final classprotected static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Model<Class<? extends AttrRepoConf>> protected final LoadableDetachableModel<List<String>> protected final AttrRepoRestClientFields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
LOG, mode, outerObjectsFields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef -
Constructor Summary
ConstructorsConstructorDescriptionAttrRepoWizardBuilder(AttrRepoTO defaultItem, AttrRepoRestClient attrRepoRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(AttrRepoTO modelObject, WizardModel wizardModel) protected SerializableonApplyInternal(AttrRepoTO modelObject) Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder
execute, getMaxWaitTimeInSeconds, sendError, sendWarningMethods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
addOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEventMethods 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:
onApplyInternalin classAbstractModalPanelBuilder<AttrRepoTO>
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<AttrRepoTO>
-