Class AbstractAnyWizardBuilder<A extends AnyTO>
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
-
- 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:
- Serialized Form
-
-
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 AbstractAnyWizardBuilder(AnyWrapper<A> defaultItem, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
AbstractAnyWizardBuilder
public AbstractAnyWizardBuilder(AnyWrapper<A> defaultItem, PageReference pageRef)
-
-