Class AuthProfileItemDirectoryPanel.AuthProfileItemWizardBuilder
- 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<T>
-
- org.apache.syncope.client.console.authprofiles.AuthProfileWizardBuilder<I>
-
- org.apache.syncope.client.console.authprofiles.AuthProfileItemDirectoryPanel.AuthProfileItemWizardBuilder
-
- All Implemented Interfaces:
Serializable,org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder<I>
- Enclosing class:
- AuthProfileItemDirectoryPanel<I extends org.apache.syncope.common.lib.BaseBean>
protected class AuthProfileItemDirectoryPanel.AuthProfileItemWizardBuilder extends AuthProfileWizardBuilder<I>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.syncope.client.console.authprofiles.AuthProfileWizardBuilder
AuthProfileWizardBuilder.Step, AuthProfileWizardBuilder.StepModel<T extends org.apache.syncope.common.lib.BaseBean>
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.authprofiles.AuthProfileWizardBuilder
model
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAuthProfileItemWizardBuilder(org.apache.wicket.PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SerializableonApplyInternal(I modelObject)-
Methods inherited from class org.apache.syncope.client.console.authprofiles.AuthProfileWizardBuilder
buildModelSteps
-
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
-
-
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(I modelObject)
- Overrides:
onApplyInternalin classorg.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<I extends org.apache.syncope.common.lib.BaseBean>
-
-