Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.SearchBoxModeType
-
Packages that use SearchBoxModeType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
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 SearchBoxModeType
SearchBoxModeType. fromValue(String v)
SearchBoxModeType
SearchBoxConfigurationType. getDefaultMode()
static SearchBoxModeType
SearchBoxModeType. 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 SearchBoxConfigurationType
SearchBoxConfigurationType. allowedMode(SearchBoxModeType value)
SearchBoxConfigurationType
SearchBoxConfigurationType. defaultMode(SearchBoxModeType value)
void
SearchBoxConfigurationType. setDefaultMode(SearchBoxModeType value)
-