Class ClientAppModalPanelBuilder<T extends ClientAppTO>
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
org.apache.syncope.client.console.clientapps.ClientAppModalPanelBuilder<T>
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<T>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ClientAppRestClient
protected final PolicyRestClient
protected final RealmRestClient
protected final ClientAppType
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef
-
Constructor Summary
ConstructorDescriptionClientAppModalPanelBuilder
(ClientAppType type, T defaultItem, BaseModal<T> modal, PolicyRestClient policyRestClient, ClientAppRestClient clientAppRestClient, RealmRestClient realmRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionbuild
(String id, int index, AjaxWizard.Mode mode) Build the wizard.Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
getDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onApplyInternal, onCancelInternal, setEventSink, setItem
-
Field Details
-
accessPolicies
-
attrReleasePolicies
-
authPolicies
-
ticketExpirationPolicies
-
modal
-
type
-
policyRestClient
-
clientAppRestClient
-
realmRestClient
-
-
Constructor Details
-
ClientAppModalPanelBuilder
public ClientAppModalPanelBuilder(ClientAppType type, T defaultItem, BaseModal<T> modal, PolicyRestClient policyRestClient, ClientAppRestClient clientAppRestClient, RealmRestClient realmRestClient, PageReference pageRef)
-
-
Method Details
-
build
Description copied from interface:ModalPanelBuilder
Build the wizard.- Parameters:
id
- component id.index
- step index.mode
- mode.- Returns:
- wizard.
-