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 AbstractSearchPanelAnyPanel. searchPanelprotected AbstractSearchPanelConnObjectListViewPanel. searchPanelMethods in org.apache.syncope.client.console.panels that return AbstractSearchPanel Modifier and Type Method Description protected AbstractSearchPanelAnyPanel. getSearchPanel(String id)protected AbstractSearchPanelConnObjectListViewPanel. 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 classAbstractSearchPanel.Builder<T extends AbstractSearchPanel>Subclasses of AbstractSearchPanel in org.apache.syncope.client.console.panels.search Modifier and Type Class Description classAnyObjectSearchPanelclassConnObjectSearchPanelclassGroupSearchPanelclassUserSearchPanelConstructors 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)
-