Class SchemaTypeWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<SchemaTO>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<SchemaTO>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<SchemaTO>
org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder
- All Implemented Interfaces:
Serializable,ModalPanelBuilder<SchemaTO>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SchemaRestClientprotected final SchemaTypeprotected final ListModel<MutablePair<Locale, String>> Fields 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
ConstructorsConstructorDescriptionSchemaTypeWizardBuilder(SchemaTO schemaTO, SchemaRestClient schemaRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(SchemaTO modelObject, WizardModel wizardModel) protected SerializableonApplyInternal(SchemaTO modelObject) Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder
execute, getMaxWaitTimeInSeconds, sendError, sendWarningMethods 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, setItem
-
Field Details
-
schemaType
-
schemaRestClient
-
translations
-
-
Constructor Details
-
SchemaTypeWizardBuilder
public SchemaTypeWizardBuilder(SchemaTO schemaTO, SchemaRestClient schemaRestClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<SchemaTO>
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<SchemaTO>
-