Uses of Class
org.apache.syncope.client.console.panels.search.AbstractSearchPanel
-
Packages that use AbstractSearchPanel Package Description org.apache.syncope.client.console.panels org.apache.syncope.client.console.panels.search -
-
Uses of AbstractSearchPanel in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as AbstractSearchPanel Modifier and Type Field Description protected AbstractSearchPanel
AnyPanel. searchPanel
protected AbstractSearchPanel
ConnObjectListViewPanel. searchPanel
Methods in org.apache.syncope.client.console.panels that return AbstractSearchPanel Modifier and Type Method Description protected AbstractSearchPanel
AnyPanel. getSearchPanel(String id)
protected AbstractSearchPanel
ConnObjectListViewPanel. getSearchPanel(String id, String anyType)
-
Uses of AbstractSearchPanel in org.apache.syncope.client.console.panels.search
Classes in org.apache.syncope.client.console.panels.search with type parameters of type AbstractSearchPanel Modifier and Type Class Description static class
AbstractSearchPanel.Builder<T extends AbstractSearchPanel>
Subclasses of AbstractSearchPanel in org.apache.syncope.client.console.panels.search Modifier and Type Class Description class
AnyObjectSearchPanel
class
ConnObjectSearchPanel
class
GroupSearchPanel
class
UserSearchPanel
Constructors in org.apache.syncope.client.console.panels.search with parameters of type AbstractSearchPanel Constructor Description FIQLQueries(String id, FIQLQueryRestClient fiqlQueryRestClient, AbstractSearchPanel searchPanel, String target, PageReference pageRef)
FIQLQueryDirectoryPanel(String id, FIQLQueryRestClient restClient, AbstractSearchPanel searchPanel, String target, FIQLQueries parent, PageReference pageRef)
-