Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.SearchBoxModeType
Packages that use SearchBoxModeType
Package
Description
-
Uses of SearchBoxModeType in com.evolveum.midpoint.gui.impl.component.search
Methods in com.evolveum.midpoint.gui.impl.component.search that return SearchBoxModeTypeMethods in com.evolveum.midpoint.gui.impl.component.search that return types with arguments of type SearchBoxModeTypeModifier and TypeMethodDescriptionSearch.getAllowedModeList()SearchContext.getAvailableSearchBoxModes()Methods in com.evolveum.midpoint.gui.impl.component.search with parameters of type SearchBoxModeTypeModifier and TypeMethodDescriptionvoidSearch.addAllowedModelType(SearchBoxModeType allowedModeType) voidSearch.setSearchMode(SearchBoxModeType searchMode) Method parameters in com.evolveum.midpoint.gui.impl.component.search with type arguments of type SearchBoxModeTypeModifier and TypeMethodDescriptionvoidSearch.setAllowedModeList(List<SearchBoxModeType> allowedModeList) voidSearchContext.setAvailableSearchBoxModes(List<SearchBoxModeType> availableSearchBoxModes) -
Uses of SearchBoxModeType in com.evolveum.midpoint.gui.impl.component.search.wrapper
Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper with parameters of type SearchBoxModeTypeModifier and TypeMethodDescriptionbooleanAbstractSearchItemWrapper.isApplyFilter(SearchBoxModeType searchBoxMode) booleanIndirectSearchItemWrapper.isApplyFilter(SearchBoxModeType searchBoxMode) booleanObjectTypeSearchItemWrapper.isApplyFilter(SearchBoxModeType searchBoxMode) booleanOidSearchItemWrapper.isApplyFilter(SearchBoxModeType searchBoxMode) -
Uses of SearchBoxModeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return SearchBoxModeTypeModifier and TypeMethodDescriptionstatic SearchBoxModeTypeSearchBoxConfigurationType.getDefaultMode()AvailableFilterType.getSearchMode()static SearchBoxModeTypeReturns the enum constant of this class with the specified name.static SearchBoxModeType[]SearchBoxModeType.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 that return types with arguments of type SearchBoxModeTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type SearchBoxModeTypeModifier and TypeMethodDescriptionSearchBoxConfigurationType.allowedMode(SearchBoxModeType value) SearchBoxConfigurationType.defaultMode(SearchBoxModeType value) AvailableFilterType.searchMode(SearchBoxModeType value) voidSearchBoxConfigurationType.setDefaultMode(SearchBoxModeType value) voidAvailableFilterType.setSearchMode(SearchBoxModeType value)