Class ClientAppPropertyWizardBuilder
- 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<org.apache.syncope.common.lib.Attr>
-
- org.apache.syncope.client.console.wizards.AttrWizardBuilder
-
- org.apache.syncope.client.console.clientapps.ClientAppPropertyWizardBuilder
-
- All Implemented Interfaces:
Serializable,org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder<org.apache.syncope.common.lib.Attr>
public class ClientAppPropertyWizardBuilder extends AttrWizardBuilder
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.syncope.client.console.wizards.AttrWizardBuilder
AttrWizardBuilder.AttrStep
-
-
Constructor Summary
Constructors Constructor Description ClientAppPropertyWizardBuilder(org.apache.syncope.common.lib.types.ClientAppType type, org.apache.syncope.common.lib.to.ClientAppTO clientApp, org.apache.syncope.common.lib.Attr attr, org.apache.wicket.PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SerializableonApplyInternal(org.apache.syncope.common.lib.Attr modelObject)-
Methods inherited from class org.apache.syncope.client.console.wizards.AttrWizardBuilder
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(org.apache.syncope.common.lib.Attr modelObject)
- Overrides:
onApplyInternalin classorg.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<org.apache.syncope.common.lib.Attr>
-
-