Class AttrWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<Attr>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<Attr>
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
- See Also:
-
Nested Class Summary
-
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
AttrWizardBuilder
-
-
Method Details
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<Attr>
-