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<Attr>
-
- org.apache.syncope.client.console.wizards.AttrWizardBuilder
-
- org.apache.syncope.client.console.clientapps.ClientAppPropertyWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<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
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientAppTO
clientApp
protected ClientAppRestClient
clientAppRestClient
protected ClientAppType
type
-
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 ClientAppPropertyWizardBuilder(ClientAppType type, ClientAppTO clientApp, Attr attr, ClientAppRestClient clientAppRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Serializable
onApplyInternal(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
-
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
getDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onCancelInternal, setEventSink, setItem
-
-
-
-
Field Detail
-
type
protected final ClientAppType type
-
clientApp
protected final ClientAppTO clientApp
-
clientAppRestClient
protected final ClientAppRestClient clientAppRestClient
-
-
Constructor Detail
-
ClientAppPropertyWizardBuilder
public ClientAppPropertyWizardBuilder(ClientAppType type, ClientAppTO clientApp, Attr attr, ClientAppRestClient clientAppRestClient, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(Attr modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<Attr>
-
-