Class ParametersWizardPanel
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<ParametersWizardPanel.ParametersForm>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<ParametersWizardPanel.ParametersForm>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<ParametersWizardPanel.ParametersForm>
org.apache.syncope.client.console.panels.ParametersWizardPanel
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<ParametersWizardPanel.ParametersForm>
public class ParametersWizardPanel
extends BaseAjaxWizardBuilder<ParametersWizardPanel.ParametersForm>
- See Also:
-
Nested Class Summary
-
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
ConstructorDescriptionParametersWizardPanel
(ParametersWizardPanel.ParametersForm defaultItem, ConfParamOps confParamOps, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(ParametersWizardPanel.ParametersForm modelObject, WizardModel wizardModel) protected Serializable
onApplyInternal
(ParametersWizardPanel.ParametersForm 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
-
Constructor Details
-
ParametersWizardPanel
public ParametersWizardPanel(ParametersWizardPanel.ParametersForm defaultItem, ConfParamOps confParamOps, PageReference pageRef)
-
-
Method Details
-
buildModelSteps
protected WizardModel buildModelSteps(ParametersWizardPanel.ParametersForm modelObject, WizardModel wizardModel) - Specified by:
buildModelSteps
in classAjaxWizardBuilder<ParametersWizardPanel.ParametersForm>
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<ParametersWizardPanel.ParametersForm>
-