Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.SearchBoxScopeType
Packages that use SearchBoxScopeType
Package
Description
-
Uses of SearchBoxScopeType in com.evolveum.midpoint.gui.impl.component.search.wrapper
Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper that return SearchBoxScopeTypeMethods in com.evolveum.midpoint.gui.impl.component.search.wrapper that return types with arguments of type SearchBoxScopeTypeMethods in com.evolveum.midpoint.gui.impl.component.search.wrapper with parameters of type SearchBoxScopeTypeModifier and TypeMethodDescriptionbooleanAbstractRoleSearchItemWrapper.isSearchScope(SearchBoxScopeType scope) -
Uses of SearchBoxScopeType in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component that return SearchBoxScopeTypeModifier and TypeMethodDescriptionprotected SearchBoxScopeTypeAbstractRoleMemberPanel.getScopeValue() -
Uses of SearchBoxScopeType in com.evolveum.midpoint.gui.impl.page.admin.mark.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.mark.component that return SearchBoxScopeType -
Uses of SearchBoxScopeType in com.evolveum.midpoint.web.page.admin.roles
Methods in com.evolveum.midpoint.web.page.admin.roles with parameters of type SearchBoxScopeTypeModifier and TypeMethodDescriptionbooleanSearchBoxConfigurationHelper.isSearchScope(SearchBoxScopeType scope) -
Uses of SearchBoxScopeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return SearchBoxScopeTypeModifier and TypeMethodDescriptionstatic SearchBoxScopeTypeSearchBoxConfigurationType.getDefaultScope()ScopeSearchItemConfigurationType.getDefaultValue()static SearchBoxScopeTypeReturns the enum constant of this class with the specified name.static SearchBoxScopeType[]SearchBoxScopeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type SearchBoxScopeTypeModifier and TypeMethodDescriptionSearchBoxConfigurationType.defaultScope(SearchBoxScopeType value) ScopeSearchItemConfigurationType.defaultValue(SearchBoxScopeType value) voidSearchBoxConfigurationType.setDefaultScope(SearchBoxScopeType value) voidScopeSearchItemConfigurationType.setDefaultValue(SearchBoxScopeType value)