Uses of Enum Class
com.flowingcode.vaadin.addons.otpfield.OtpCaseConversion
-
Uses of OtpCaseConversion in com.flowingcode.vaadin.addons.otpfield
Methods in com.flowingcode.vaadin.addons.otpfield that return OtpCaseConversionModifier and TypeMethodDescriptionOtpField.getCaseConversion()Gets the case conversion applied to the value.static OtpCaseConversionReturns the enum constant of this class with the specified name.static OtpCaseConversion[]OtpCaseConversion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.otpfield with parameters of type OtpCaseConversionModifier and TypeMethodDescriptionvoidOtpField.setCaseConversion(OtpCaseConversion caseConversion) Sets the case conversion applied to typed, pasted and programmatically set values.