Class AnyObjectDirectoryPanel.Builder
- java.lang.Object
-
- org.apache.syncope.client.console.wizards.WizardMgtPanel.Builder<W>
-
- org.apache.syncope.client.console.panels.DirectoryPanel.Builder<A,AnyWrapper<A>,E>
-
- org.apache.syncope.client.console.panels.AnyDirectoryPanel.Builder<AnyObjectTO,AnyObjectRestClient>
-
- org.apache.syncope.client.console.panels.AnyObjectDirectoryPanel.Builder
-
- All Implemented Interfaces:
Serializable
,AnyDirectoryPanel.AnyDirectoryPanelBuilder
- Enclosing class:
- AnyObjectDirectoryPanel
public static class AnyObjectDirectoryPanel.Builder extends AnyDirectoryPanel.Builder<AnyObjectTO,AnyObjectRestClient>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.panels.AnyDirectoryPanel.Builder
dynRealm, realm, type
-
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
Constructors Constructor Description Builder(List<AnyTypeClassTO> anyTypeClassTOs, AnyObjectRestClient restClient, String type, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardMgtPanel<AnyWrapper<AnyObjectTO>>
newInstance(String id, boolean wizardInModal)
-
Methods inherited from class org.apache.syncope.client.console.panels.AnyDirectoryPanel.Builder
getAnyTypeClassTOs, setDynRealm, setRealm
-
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, setShowResultPage, setWizardInModal
-
-
-
-
Constructor Detail
-
Builder
public Builder(List<AnyTypeClassTO> anyTypeClassTOs, AnyObjectRestClient restClient, String type, PageReference pageRef)
-
-
Method Detail
-
newInstance
protected WizardMgtPanel<AnyWrapper<AnyObjectTO>> newInstance(String id, boolean wizardInModal)
- Specified by:
newInstance
in classWizardMgtPanel.Builder<AnyWrapper<AnyObjectTO>>
-
-