Class UsernameAttributeProviderModalPanelBuilder<T extends ClientAppTO>
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
org.apache.syncope.client.console.clientapps.UsernameAttributeProviderModalPanelBuilder<T>
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<T>
public class UsernameAttributeProviderModalPanelBuilder<T extends ClientAppTO>
extends AbstractModalPanelBuilder<T>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ClientAppRestClient
protected final ClientAppType
protected final LoadableDetachableModel
<List<String>> Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef
-
Constructor Summary
ConstructorDescriptionUsernameAttributeProviderModalPanelBuilder
(ClientAppType type, T defaultItem, BaseModal<T> modal, ClientAppRestClient clientAppRestClient, 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
-
usernameAttributeProviderConfs
-
modal
-
type
-
clientAppRestClient
-
-
Constructor Details
-
UsernameAttributeProviderModalPanelBuilder
public UsernameAttributeProviderModalPanelBuilder(ClientAppType type, T defaultItem, BaseModal<T> modal, ClientAppRestClient clientAppRestClient, PageReference pageRef)
-
-
Method Details
-
build
Description copied from interface:ModalPanelBuilder
Build the wizard.- Parameters:
id
- component id.index
- step index.mode
- mode.- Returns:
- wizard.
-