Class AbstractAnyWizardBuilder<A extends AnyTO>
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<AnyWrapper<A>>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<AnyWrapper<A>>
org.apache.syncope.client.ui.commons.wizards.any.AbstractAnyWizardBuilder<A>
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<AnyWrapper<A>>
- Direct Known Subclasses:
AnyWizardBuilder
public abstract class AbstractAnyWizardBuilder<A extends AnyTO>
extends AjaxWizardBuilder<AnyWrapper<A>>
- See Also:
-
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 void
fixPlainAndVirAttrs
(AnyTO updated, AnyTO original) Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
addOuterObject, build, build, build, buildModelSteps, execute, getCreateCustomPayloadEvent, getEditCustomPayloadEvent, getMaxWaitTimeInSeconds, sendError, sendWarning
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
getDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onApplyInternal, onCancelInternal, setEventSink, setItem
-
Constructor Details
-
AbstractAnyWizardBuilder
-
-
Method Details
-
fixPlainAndVirAttrs
-