Class PolicyModalPanelBuilder<T extends PolicyTO>
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
-
- org.apache.syncope.client.console.policies.PolicyModalPanelBuilder<T>
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<T>
public class PolicyModalPanelBuilder<T extends PolicyTO> extends AbstractModalPanelBuilder<T>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
PolicyModalPanelBuilder.BackOffParamsModel<N extends Number>
-
Field Summary
Fields Modifier and Type Field Description protected BaseModal<T>
modal
protected PolicyRestClient
policyRestClient
protected PolicyType
type
-
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef
-
-
Constructor Summary
Constructors Constructor Description PolicyModalPanelBuilder(PolicyType type, T policyTO, BaseModal<T> modal, PolicyRestClient policyRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WizardModalPanel<T>
build(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 Detail
-
type
protected final PolicyType type
-
policyRestClient
protected final PolicyRestClient policyRestClient
-
-
Constructor Detail
-
PolicyModalPanelBuilder
public PolicyModalPanelBuilder(PolicyType type, T policyTO, BaseModal<T> modal, PolicyRestClient policyRestClient, PageReference pageRef)
-
-
Method Detail
-
build
public WizardModalPanel<T> build(String id, int index, AjaxWizard.Mode mode)
Description copied from interface:ModalPanelBuilder
Build the wizard.- Parameters:
id
- component id.index
- step index.mode
- mode.- Returns:
- wizard.
-
-