Class AnyObjectTemplateWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<AnyWrapper<AnyObjectTO>>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<AnyWrapper<AnyObjectTO>>
org.apache.syncope.client.ui.commons.wizards.any.AbstractAnyWizardBuilder<AnyObjectTO>
org.apache.syncope.client.console.wizards.any.AnyWizardBuilder<AnyObjectTO>
org.apache.syncope.client.console.wizards.any.AnyObjectWizardBuilder
org.apache.syncope.client.console.wizards.any.AnyObjectTemplateWizardBuilder
- All Implemented Interfaces:
Serializable,AnyObjectForm,TemplateWizardBuilder<AnyObjectTO>,AnyForm<AnyObjectTO>,ModalPanelBuilder<AnyWrapper<AnyObjectTO>>
public class AnyObjectTemplateWizardBuilder
extends AnyObjectWizardBuilder
implements TemplateWizardBuilder<AnyObjectTO>
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.client.console.wizards.any.AnyObjectWizardBuilder
anyObjectRestClientFields inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilder
anyTypeClasses, formLayoutInfoFields 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
ConstructorsConstructorDescriptionAnyObjectTemplateWizardBuilder(TemplatableTO templatable, String anyType, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, AnyObjectRestClient anyObjectRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected Optional<Details<AnyObjectTO>> addOptionalDetailsPanel(AnyWrapper<AnyObjectTO> modelObject) Methods inherited from class org.apache.syncope.client.console.wizards.any.AnyObjectWizardBuilder
onApplyInternalMethods inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilder
buildModelSteps, execute, fixPlainAttrs, getMaxWaitTimeInSeconds, sendError, sendWarning, wrapperMethods 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, setItemMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder
build, getDefaultItem, getEventSink, getPageReference, setEventSink, setItem
-
Field Details
-
templatable
-
-
Constructor Details
-
AnyObjectTemplateWizardBuilder
public AnyObjectTemplateWizardBuilder(TemplatableTO templatable, String anyType, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, AnyObjectRestClient anyObjectRestClient, PageReference pageRef)
-
-
Method Details
-
addOptionalDetailsPanel
protected Optional<Details<AnyObjectTO>> addOptionalDetailsPanel(AnyWrapper<AnyObjectTO> modelObject) - Overrides:
addOptionalDetailsPanelin classAnyObjectWizardBuilder
-
build
- Specified by:
buildin interfaceTemplateWizardBuilder<AnyObjectTO>
-