Class DynRealmDirectoryPanel.Builder
- java.lang.Object
-
- org.apache.syncope.client.console.wizards.WizardMgtPanel.Builder<W>
-
- org.apache.syncope.client.console.panels.DirectoryPanel.Builder<DynRealmTO,DynRealmWrapper,DynRealmRestClient>
-
- org.apache.syncope.client.console.panels.DynRealmDirectoryPanel.Builder
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DynRealmDirectoryPanel
public abstract static class DynRealmDirectoryPanel.Builder extends DirectoryPanel.Builder<DynRealmTO,DynRealmWrapper,DynRealmRestClient>
- See Also:
- Serialized Form
-
-
Field Summary
-
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(DynRealmRestClient restClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardMgtPanel<DynRealmWrapper>
newInstance(String id, boolean wizardInModal)
-
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(DynRealmRestClient restClient, PageReference pageRef)
-
-
Method Detail
-
newInstance
protected WizardMgtPanel<DynRealmWrapper> newInstance(String id, boolean wizardInModal)
- Specified by:
newInstance
in classWizardMgtPanel.Builder<DynRealmWrapper>
-
-