C# Class MonoDroidToolkit.IntEditTextPreference

Enforces and integer be entered in the edit text preference
Inheritance: EditTextPreference
Afficher le fichier Open project: jamesmontemagno/MonoDroidToolkit

Méthodes publiques

Méthode Description
IntEditTextPreference ( Android.Content.Context context ) : Android.Content
IntEditTextPreference ( Android.Content.Context context, IAttributeSet attrs ) : Android.Content
IntEditTextPreference ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : Android.Content

Méthodes protégées

Méthode Description
GetPersistedString ( string defaultReturnValue ) : string
PersistString ( string value ) : bool

Method Details

GetPersistedString() protected méthode

protected GetPersistedString ( string defaultReturnValue ) : string
defaultReturnValue string
Résultat string

IntEditTextPreference() public méthode

public IntEditTextPreference ( Android.Content.Context context ) : Android.Content
context Android.Content.Context
Résultat Android.Content

IntEditTextPreference() public méthode

public IntEditTextPreference ( Android.Content.Context context, IAttributeSet attrs ) : Android.Content
context Android.Content.Context
attrs IAttributeSet
Résultat Android.Content

IntEditTextPreference() public méthode

public IntEditTextPreference ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : Android.Content
context Android.Content.Context
attrs IAttributeSet
defStyle int
Résultat Android.Content

PersistString() protected méthode

protected PersistString ( string value ) : bool
value string
Résultat bool