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.BuildercheckBoxEnabled, filtered, fiql, restClient, showPaginator
 - 
Fields inherited from class org.apache.syncope.client.console.wizards.WizardMgtPanel.BuilderpageRef
 
- 
 - 
Constructor SummaryConstructors Constructor Description Builder(DynRealmRestClient restClient, PageReference pageRef)
 - 
Method SummaryAll 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.BuilderdisableCheckBoxes, hidePaginator, setFiltered, setFiql
 - 
Methods inherited from class org.apache.syncope.client.console.wizards.WizardMgtPanel.BuilderaddNewItemPanelBuilder, addNewItemPanelBuilder, addNotificationPanel, build, setShowResultPage, setWizardInModal
 
- 
 
- 
- 
- 
Constructor Detail- 
Builderpublic Builder(DynRealmRestClient restClient, PageReference pageRef) 
 
- 
 - 
Method Detail- 
newInstanceprotected WizardMgtPanel<DynRealmWrapper> newInstance(String id, boolean wizardInModal) - Specified by:
- newInstancein class- WizardMgtPanel.Builder<DynRealmWrapper>
 
 
- 
 
-