Table of Contents
Preview #
About #
GraffitiTOTPField is a set of inputs designed for time-based one time password value display or entry, complete with auto-progression and display of validation status.
Enumerations #
Name | Values |
---|---|
States | Unvalidated Valid Invalid |
Constants #
This class exposes no constants.
Events #
Name | Parameters | Return Type | Description |
---|---|---|---|
CodeComplete | None | None | Raised when all of the child fields have a value. |
ValueChanged | None | None | Raised when any of the child fields’ value is changed. |
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Reset | None | None | Resets all the value of all child fields to empty. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
State | GraffitiTOTPField.States | GraffitiTOTPField.States.Unvalidated | The current visual state of the control. |
Value | Integer | 0 | The current value of the control. |
Examples #
This class currently has no examples.