Serialized Form
-
Package com.flowingcode.vaadin.addons.otpfield
-
Class com.flowingcode.vaadin.addons.otpfield.OtpCompleteEvent
-
Serialized Fields
-
value
String value
The complete code.
-
-
-
Class com.flowingcode.vaadin.addons.otpfield.OtpField
-
Serialized Fields
-
caseConversion
OtpCaseConversion caseConversion
-
defaultValidator
Validator<String> defaultValidator
-
i18n
OtpFieldI18n i18n
-
length
int length
-
validationController
ValidationController<OtpField,
String> validationController -
valueChangeMode
ValueChangeMode valueChangeMode
-
valueChangeTimeout
int valueChangeTimeout
-
valuePattern
Pattern valuePattern
The pattern last compiled byOtpField.isAllowed(String), and the source it was compiled from. -
valuePatternSource
String valuePatternSource
-
-
-
Class com.flowingcode.vaadin.addons.otpfield.OtpFieldI18n
class OtpFieldI18n extends Object implements Serializable
-