Card Verification Code Edit Text
A user interface element for inputting a CVC.
Properties
Functions
Adds a listener for text changes.
Sets whether the text should be allowed to be wider than the view.
Called when this view wants to give up focus.
Sets whether validation is enabled for this view.
Returns the field name used for data transfer to the VGS proxy.
Returns the field type.
Returns the horizontal and vertical alignment of this TextView.
Returns the type of the Input Method Editor (IME).
Returns the type of the editable content.
Returns the bottom padding of this view. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.
Returns the end padding of this view depending on its resolved layout direction. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.
Returns the left padding of this view. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.
Returns the right padding of this view. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.
Returns the start padding of this view depending on its resolved layout direction. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.
Returns the top padding of this view.
Returns the current state of the field.
Returns the current typeface used to style the text.
Hides the soft keyboard.
Returns true if the content of this view is the same as the content of the other view.
Returns whether the field is required to be filled before sending.
Returns whether validation is enabled for this view.
Removes a listener for text changes.
Call this to try to give focus to a specific view or to one of its descendants.
Sets the content description of the view.
Sets whether the cursor is visible.
Causes words in the text that are longer than the view's width to be ellipsized instead of broken in the middle.
Sets the enabled state of this view.
Sets the field name for data transfer to the VGS proxy.
Sets whether this view can receive focus.
Sets whether this view can receive focus while in touch mode.
Sets the horizontal and vertical alignment of the text.
Sets the color of the hint text.
Changes the editor type integer associated with the text view.
Sets how to determine whether this view is important for accessibility.
Sets the type of the content.
Specifies whether the field is required to be filled before sending.
Sets the height of the TextView to be at most maxLines tall.
Sets the height of the TextView to be at least minLines tall.
Sets the ID of the view to use when the next focus is FOCUS_DOWN.
Sets the ID of the view to use when the next focus is FOCUS_FORWARD.
Sets the ID of the view to use when the next focus is FOCUS_LEFT.
Sets the ID of the view to use when the next focus is FOCUS_RIGHT.
Sets the ID of the view to use when the next focus is FOCUS_UP.
Sets a listener to be called when an action is performed on the text view.
Sets a listener to be notified when the field state changes.
Sets a listener to be invoked when the focus of this view changes.
Sets a listener to be invoked when a key is pressed in this view.
Sets the padding. The view may add to the space required to display the scrollbars, depending on the style and visibility of the scrollbars. So the values returned from getPaddingLeft(), getPaddingTop(), getPaddingRight(), and getPaddingBottom() may be different from the values set in this call.
Sets a custom icon adapter for the CVC icon.
Moves the cursor to the specified offset in the text.
If true, sets the properties of this field to be for a single-line input.
Sets the text to be displayed.
Sets the text to be displayed from a string resource.
Sets the text appearance from the specified style resource.
Sets the text color.
Sets the text size in scaled pixels.
Sets the text size to a given unit and value.
Sets the typeface and style in which the text should be displayed.
Sets the vault alias format in which data is stored on the backend.
Shows the soft keyboard.