Class SchemaTypeWizardBuilder
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
-
- org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<T>
-
- org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<SchemaTO>
-
- org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<SchemaTO>
public class SchemaTypeWizardBuilder extends BaseAjaxWizardBuilder<SchemaTO>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
SchemaTypeWizardBuilder.Details
class
SchemaTypeWizardBuilder.Labels
-
Field Summary
Fields Modifier and Type Field Description protected SchemaRestClient
schemaRestClient
protected SchemaType
schemaType
protected ListModel<MutablePair<Locale,String>>
translations
-
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 SchemaTypeWizardBuilder(SchemaTO schemaTO, SchemaRestClient schemaRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(SchemaTO modelObject, WizardModel wizardModel)
protected Serializable
onApplyInternal(SchemaTO modelObject)
-
Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder
execute, getMaxWaitTimeInSeconds, sendError, sendWarning
-
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
-
-
-
-
Field Detail
-
schemaType
protected final SchemaType schemaType
-
schemaRestClient
protected final SchemaRestClient schemaRestClient
-
translations
protected final ListModel<MutablePair<Locale,String>> translations
-
-
Constructor Detail
-
SchemaTypeWizardBuilder
public SchemaTypeWizardBuilder(SchemaTO schemaTO, SchemaRestClient schemaRestClient, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(SchemaTO modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<SchemaTO>
-
buildModelSteps
protected WizardModel buildModelSteps(SchemaTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<SchemaTO>
-
-