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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected StringRealm related to current panel.protected final StringAny type related to current panel.Fields inherited from class org.apache.syncope.client.console.panels.DirectoryPanel.Builder
checkBoxEnabled, filtered, fiql, restClient, showPaginatorFields inherited from class org.apache.syncope.client.console.wizards.WizardMgtPanel.Builder
pageRef -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(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, setFiqlMethods 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:
getAnyTypeClassTOsin interfaceAnyDirectoryPanel.AnyDirectoryPanelBuilder
-