Android.Text.Method.PasswordTransformationMethod Members

The members of Android.Text.Method.PasswordTransformationMethod are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AfterTextChanged(Android.Text.IEditable)
This method is called to notify you that, somewhere within s, the text has been changed.
BeforeTextChanged(Java.Lang.ICharSequence, int, int, int)
This method is called to notify you that, within s, the count characters beginning at start are about to be replaced by new text with length after.
BeforeTextChanged(string, int, int, int)
Documentation for this section has not yet been entered.
GetTransformation(string, Android.Views.View) : string
Documentation for this section has not yet been entered.
GetTransformationFormatted(Java.Lang.ICharSequence, Android.Views.View) : Java.Lang.ICharSequence
Returns a CharSequence that is a transformation of the source text -- for example, replacing each character with a dot in a password field.
OnFocusChanged(Android.Views.View, Java.Lang.ICharSequence, bool, Android.Views.FocusSearchDirection, Android.Graphics.Rect)
This method is called when the TextView that uses this TransformationMethod gains or loses focus.
OnFocusChanged(Android.Views.View, string, bool, Android.Views.FocusSearchDirection, Android.Graphics.Rect)
Documentation for this section has not yet been entered.
OnTextChanged(Java.Lang.ICharSequence, int, int, int)
This method is called to notify you that, within s, the count characters beginning at start have just replaced old text that had length before.
OnTextChanged(string, int, int, int)
Documentation for this section has not yet been entered.