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
FieldsModifier and TypeFieldDescriptionprotected final ClientAppRestClientprotected final PolicyRestClientprotected final RealmRestClientprotected final ClientAppTypeFields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef -
Constructor Summary
ConstructorsConstructorDescriptionClientAppModalPanelBuilder(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:ModalPanelBuilderBuild the wizard.- Parameters:
id- component id.index- step index.mode- mode.- Returns:
- wizard.
-