Class AccessTokenDirectoryPanel.Builder
java.lang.Object
org.apache.syncope.client.console.wizards.WizardMgtPanel.Builder<AccessTokenTO>
org.apache.syncope.client.console.panels.DirectoryPanel.Builder<AccessTokenTO,AccessTokenTO,AccessTokenRestClient>
org.apache.syncope.client.console.panels.AccessTokenDirectoryPanel.Builder
- All Implemented Interfaces:
Serializable
- Enclosing class:
AccessTokenDirectoryPanel
public static class AccessTokenDirectoryPanel.Builder
extends DirectoryPanel.Builder<AccessTokenTO,AccessTokenTO,AccessTokenRestClient>
- See Also:
-
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected WizardMgtPanel
<AccessTokenTO> 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 Details
-
Builder
-
-
Method Details
-
newInstance
- Specified by:
newInstance
in classWizardMgtPanel.Builder<AccessTokenTO>
-