Uses of Class
com.evolveum.midpoint.gui.impl.component.search.Search.PanelType
-
Packages that use Search.PanelType Package Description com.evolveum.midpoint.gui.impl.component.search -
-
Uses of Search.PanelType in com.evolveum.midpoint.gui.impl.component.search
Methods in com.evolveum.midpoint.gui.impl.component.search that return Search.PanelType Modifier and Type Method Description static Search.PanelType
Search.PanelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Search.PanelType[]
Search.PanelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.gui.impl.component.search with parameters of type Search.PanelType Modifier and Type Method Description static List<SearchItemDefinition>
SearchFactory. getConfiguredSearchItemDefinitions(List<SearchItemDefinition> availableDefinitions, ModelServiceLocator modelServiceLocator, QName type, String collectionViewName, Search.PanelType panelType)
-