Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.SearchBoxModeType
-
-
Uses of SearchBoxModeType in com.evolveum.midpoint.gui.impl.component.search
Methods in com.evolveum.midpoint.gui.impl.component.search that return SearchBoxModeType Modifier and Type Method Description SearchBoxModeTypeSearch. getSearchMode()Methods in com.evolveum.midpoint.gui.impl.component.search that return types with arguments of type SearchBoxModeType Modifier and Type Method Description List<SearchBoxModeType>Search. getAllowedModeList()List<SearchBoxModeType>SearchContext. getAvailableSearchBoxModes()Methods in com.evolveum.midpoint.gui.impl.component.search with parameters of type SearchBoxModeType Modifier and Type Method Description voidSearch. addAllowedModelType(SearchBoxModeType allowedModeType)voidSearch. setSearchMode(SearchBoxModeType searchMode)Method parameters in com.evolveum.midpoint.gui.impl.component.search with type arguments of type SearchBoxModeType Modifier and Type Method Description voidSearch. 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 SearchBoxModeType Modifier and Type Method Description booleanAbstractSearchItemWrapper. 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 SearchBoxModeType Modifier and Type Method Description static SearchBoxModeTypeSearchBoxModeType. fromValue(String v)SearchBoxModeTypeSearchBoxConfigurationType. getDefaultMode()SearchBoxModeTypeAvailableFilterType. getSearchMode()static SearchBoxModeTypeSearchBoxModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchBoxModeType[]SearchBoxModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type SearchBoxModeType Modifier and Type Method Description List<SearchBoxModeType>SearchBoxConfigurationType. getAllowedMode()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type SearchBoxModeType Modifier and Type Method Description SearchBoxConfigurationTypeSearchBoxConfigurationType. allowedMode(SearchBoxModeType value)SearchBoxConfigurationTypeSearchBoxConfigurationType. defaultMode(SearchBoxModeType value)AvailableFilterTypeAvailableFilterType. searchMode(SearchBoxModeType value)voidSearchBoxConfigurationType. setDefaultMode(SearchBoxModeType value)voidAvailableFilterType. setSearchMode(SearchBoxModeType value)
-