Uses of Enum Class
edu.internet2.middleware.grouper.ui.customUi.CustomUiTextType
Packages that use CustomUiTextType
-
Uses of CustomUiTextType in edu.internet2.middleware.grouper.ui.customUi
Methods in edu.internet2.middleware.grouper.ui.customUi that return CustomUiTextTypeModifier and TypeMethodDescriptionCustomUiTextResult.getCustomUiTextType()static CustomUiTextTypeReturns the enum constant of this class with the specified name.static CustomUiTextTypeCustomUiTextType.valueOfIgnoreCase(String string, boolean exceptionOnNull) do a case-insensitive matchingstatic CustomUiTextType[]CustomUiTextType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouper.ui.customUi with parameters of type CustomUiTextTypeModifier and TypeMethodDescriptionCustomUiEngine.findBestText(CustomUiTextType customUiTextType, Map<String, Object> substituteMap) voidCustomUiTextResult.setCustomUiTextType(CustomUiTextType customUiTextType1)