Class AttrWizardBuilder
- 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<Attr>
-
- org.apache.syncope.client.console.wizards.AttrWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<Attr>
- Direct Known Subclasses:
ClientAppPropertyWizardBuilder
public abstract class AttrWizardBuilder extends BaseAjaxWizardBuilder<Attr>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
AttrWizardBuilder.AttrStep
-
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 AttrWizardBuilder(Attr defaultItem, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(Attr modelObject, WizardModel wizardModel)
-
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
-
AttrWizardBuilder
public AttrWizardBuilder(Attr defaultItem, PageReference pageRef)
-
-
Method Detail
-
buildModelSteps
protected WizardModel buildModelSteps(Attr modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<Attr>
-
-