C# Class JudoDotNetXamarinAndroidSDK.NumberFormatTextWatcher

Inheritance: Java.Lang.Object, ITextWatcher
Afficher le fichier Open project: JudoPay/Judo-Xamarin

Méthodes publiques

Méthode Description
AfterTextChanged ( IEditable text ) : void
BeforeTextChanged ( ICharSequence s, int start, int count, int after ) : void
Format ( string format ) : void
NumberFormatTextWatcher ( EditText editText, string format ) : System
OnTextChanged ( ICharSequence s, int start, int before, int count ) : void
RemoveListener ( ) : void

Private Methods

Méthode Description
Format ( IEditable text ) : void
GetStringEnd ( IEditable editable ) : int
getStringEnd ( IEditable editable ) : int
isFormatChar ( int index ) : bool

Method Details

AfterTextChanged() public méthode

public AfterTextChanged ( IEditable text ) : void
text IEditable
Résultat void

BeforeTextChanged() public méthode

public BeforeTextChanged ( ICharSequence s, int start, int count, int after ) : void
s ICharSequence
start int
count int
after int
Résultat void

Format() public méthode

public Format ( string format ) : void
format string
Résultat void

NumberFormatTextWatcher() public méthode

public NumberFormatTextWatcher ( EditText editText, string format ) : System
editText EditText
format string
Résultat System

OnTextChanged() public méthode

public OnTextChanged ( ICharSequence s, int start, int before, int count ) : void
s ICharSequence
start int
before int
count int
Résultat void

RemoveListener() public méthode

public RemoveListener ( ) : void
Résultat void