Class ClientAppPropertyWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<Attr>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<Attr>
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>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.syncope.client.console.wizards.AttrWizardBuilder
AttrWizardBuilder.AttrStep
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ClientAppTO
protected final ClientAppRestClient
protected final ClientAppType
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
ConstructorDescriptionClientAppPropertyWizardBuilder
(ClientAppType type, ClientAppTO clientApp, Attr attr, ClientAppRestClient clientAppRestClient, PageReference pageRef) -
Method Summary
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 Details
-
type
-
clientApp
-
clientAppRestClient
-
-
Constructor Details
-
ClientAppPropertyWizardBuilder
public ClientAppPropertyWizardBuilder(ClientAppType type, ClientAppTO clientApp, Attr attr, ClientAppRestClient clientAppRestClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<Attr>
-