Uses of Class
org.apache.syncope.client.console.panels.DirectoryPanel.Builder
-
Packages that use DirectoryPanel.Builder Package Description org.apache.syncope.client.console.panels org.apache.syncope.client.console.panels.search -
-
Uses of DirectoryPanel.Builder in org.apache.syncope.client.console.panels
Subclasses of DirectoryPanel.Builder in org.apache.syncope.client.console.panels Modifier and Type Class Description static class
AccessTokenDirectoryPanel.Builder
static class
AnyDirectoryPanel.Builder<A extends AnyTO,E extends AbstractAnyRestClient<A>>
static class
AnyObjectDirectoryPanel.Builder
static class
ApplicationDirectoryPanel.Builder
static class
BpmnProcessDirectoryPanel.Builder
static class
ConnectorDirectoryPanel.Builder
static class
ConnidLocations.Builder
static class
DelegationDirectoryPanel.Builder
static class
DynRealmDirectoryPanel.Builder
static class
GroupDirectoryPanel.Builder
static class
ResourceDirectoryPanel.Builder
static class
RoleDirectoryPanel.Builder
static class
UserDirectoryPanel.Builder
Methods in org.apache.syncope.client.console.panels that return DirectoryPanel.Builder Modifier and Type Method Description DirectoryPanel.Builder<T,W,E>
DirectoryPanel.Builder. disableCheckBoxes()
DirectoryPanel.Builder<T,W,E>
DirectoryPanel.Builder. hidePaginator()
DirectoryPanel.Builder<T,W,E>
DirectoryPanel.Builder. setFiltered(boolean filtered)
DirectoryPanel.Builder<T,W,E>
DirectoryPanel.Builder. setFiql(String fiql)
Constructors in org.apache.syncope.client.console.panels with parameters of type DirectoryPanel.Builder Constructor Description DirectoryPanel(String id, DirectoryPanel.Builder<T,W,E> builder)
DirectoryPanel(String id, DirectoryPanel.Builder<T,W,E> builder, boolean wizardInModal)
ParametersDirectoryPanel(String id, DirectoryPanel.Builder<ConfParam,ConfParam,SyncopeRestClient> builder)
-
Uses of DirectoryPanel.Builder in org.apache.syncope.client.console.panels.search
Subclasses of DirectoryPanel.Builder in org.apache.syncope.client.console.panels.search Modifier and Type Class Description static class
AnyObjectSelectionDirectoryPanel.Builder
static class
AnySelectionDirectoryPanel.Builder<A extends AnyTO,E extends AbstractAnyRestClient<A>>
static class
GroupSelectionDirectoryPanel.Builder
static class
UserSelectionDirectoryPanel.Builder
-