Class AnyDirectoryPanel.Builder<A extends AnyTO,E extends AbstractAnyRestClient<A>>
java.lang.Object
org.apache.syncope.client.console.wizards.WizardMgtPanel.Builder<AnyWrapper<A>>
org.apache.syncope.client.console.panels.DirectoryPanel.Builder<A,AnyWrapper<A>,E>
org.apache.syncope.client.console.panels.AnyDirectoryPanel.Builder<A,E>
- All Implemented Interfaces:
Serializable
,AnyDirectoryPanel.AnyDirectoryPanelBuilder
- Direct Known Subclasses:
AnyObjectDirectoryPanel.Builder
,AnySelectionDirectoryPanel.Builder
,GroupDirectoryPanel.Builder
,UserDirectoryPanel.Builder
- Enclosing class:
AnyDirectoryPanel<A extends AnyTO,
E extends AbstractAnyRestClient<A>>
public abstract static class AnyDirectoryPanel.Builder<A extends AnyTO,E extends AbstractAnyRestClient<A>>
extends DirectoryPanel.Builder<A,AnyWrapper<A>,E>
implements AnyDirectoryPanel.AnyDirectoryPanelBuilder
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
Realm related to current panel.protected final String
Any type related to current panel.Fields inherited from class org.apache.syncope.client.console.panels.DirectoryPanel.Builder
checkBoxEnabled, filtered, fiql, restClient, showPaginator
Fields inherited from class org.apache.syncope.client.console.wizards.WizardMgtPanel.Builder
pageRef
-
Constructor Summary
ConstructorDescriptionBuilder
(List<AnyTypeClassTO> anyTypeClassTOs, E restClient, String type, PageReference pageRef) -
Method Summary
Methods inherited from class org.apache.syncope.client.console.panels.DirectoryPanel.Builder
disableCheckBoxes, hidePaginator, setFiltered, setFiql
Methods inherited from class org.apache.syncope.client.console.wizards.WizardMgtPanel.Builder
addNewItemPanelBuilder, addNewItemPanelBuilder, addNotificationPanel, build, newInstance, setShowResultPage, setWizardInModal
-
Field Details
-
realm
Realm related to current panel. -
dynRealm
-
type
Any type related to current panel.
-
-
Constructor Details
-
Builder
public Builder(List<AnyTypeClassTO> anyTypeClassTOs, E restClient, String type, PageReference pageRef)
-
-
Method Details
-
setRealm
-
setDynRealm
-
getAnyTypeClassTOs
- Specified by:
getAnyTypeClassTOs
in interfaceAnyDirectoryPanel.AnyDirectoryPanelBuilder
-