Class AnyObjectTemplateWizardBuilder
- 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>
-
- 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected TemplatableTO
templatable
-
Fields inherited from class org.apache.syncope.client.console.wizards.any.AnyObjectWizardBuilder
anyObjectRestClient
-
Fields inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilder
anyTypeClasses, formLayoutInfo
-
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 AnyObjectTemplateWizardBuilder(TemplatableTO templatable, String anyType, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, AnyObjectRestClient anyObjectRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<Details<AnyObjectTO>>
addOptionalDetailsPanel(AnyWrapper<AnyObjectTO> modelObject)
AjaxWizard<AnyWrapper<AnyObjectTO>>
build(String id)
-
Methods inherited from class org.apache.syncope.client.console.wizards.any.AnyObjectWizardBuilder
onApplyInternal
-
Methods inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilder
buildModelSteps, execute, fixPlainAndVirAttrs, getMaxWaitTimeInSeconds, sendError, sendWarning, wrapper
-
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, onCancelInternal, setEventSink, setItem
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder
build, getDefaultItem, getEventSink, getPageReference, setEventSink, setItem
-
-
-
-
Field Detail
-
templatable
protected final TemplatableTO templatable
-
-
Constructor Detail
-
AnyObjectTemplateWizardBuilder
public AnyObjectTemplateWizardBuilder(TemplatableTO templatable, String anyType, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, AnyObjectRestClient anyObjectRestClient, PageReference pageRef)
-
-
Method Detail
-
addOptionalDetailsPanel
protected Optional<Details<AnyObjectTO>> addOptionalDetailsPanel(AnyWrapper<AnyObjectTO> modelObject)
- Overrides:
addOptionalDetailsPanel
in classAnyObjectWizardBuilder
-
build
public AjaxWizard<AnyWrapper<AnyObjectTO>> build(String id)
- Specified by:
build
in interfaceTemplateWizardBuilder<AnyObjectTO>
-
-