Class AccessTokenDirectoryPanel.Builder
- java.lang.Object
-
- org.apache.syncope.client.console.wizards.WizardMgtPanel.Builder<W>
-
- 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:
- 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(AccessTokenRestClient restClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
Builder
public Builder(AccessTokenRestClient restClient, PageReference pageRef)
-
-
Method Detail
-
newInstance
protected WizardMgtPanel<AccessTokenTO> newInstance(String id, boolean wizardInModal)
- Specified by:
newInstance
in classWizardMgtPanel.Builder<AccessTokenTO>
-
-