C# Class android.preference.EditTextPreference

Inheritance: android.preference.DialogPreference
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
EditTextPreference ( android arg0 )
EditTextPreference ( android arg0, android arg1 )
EditTextPreference ( android arg0, android arg1, int arg2 )
getEditText ( ) : global::android.widget.EditText
getText ( ) : global::java.lang.String
setText ( java arg0 ) : void
shouldDisableDependents ( ) : bool

Méthodes protégées

Méthode Description
EditTextPreference ( global @__env )
onAddEditTextToDialogView ( android arg0, android arg1 ) : void
onBindDialogView ( android arg0 ) : void
onDialogClosed ( bool arg0 ) : void
onGetDefaultValue ( android arg0, int arg1 ) : global::java.lang.Object
onRestoreInstanceState ( android arg0 ) : void
onSaveInstanceState ( ) : global::android.os.Parcelable
onSetInitialValue ( bool arg0, java arg1 ) : void

Private Methods

Méthode Description
EditTextPreference ( )

Method Details

EditTextPreference() public méthode

public EditTextPreference ( android arg0 )
arg0 android

EditTextPreference() public méthode

public EditTextPreference ( android arg0, android arg1 )
arg0 android
arg1 android

EditTextPreference() public méthode

public EditTextPreference ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

EditTextPreference() protected méthode

protected EditTextPreference ( global @__env )
@__env global

getEditText() public méthode

public getEditText ( ) : global::android.widget.EditText
Résultat global::android.widget.EditText

getText() public méthode

public getText ( ) : global::java.lang.String
Résultat global::java.lang.String

onAddEditTextToDialogView() protected méthode

protected onAddEditTextToDialogView ( android arg0, android arg1 ) : void
arg0 android
arg1 android
Résultat void

onBindDialogView() protected méthode

protected onBindDialogView ( android arg0 ) : void
arg0 android
Résultat void

onDialogClosed() protected méthode

protected onDialogClosed ( bool arg0 ) : void
arg0 bool
Résultat void

onGetDefaultValue() protected méthode

protected onGetDefaultValue ( android arg0, int arg1 ) : global::java.lang.Object
arg0 android
arg1 int
Résultat global::java.lang.Object

onRestoreInstanceState() protected méthode

protected onRestoreInstanceState ( android arg0 ) : void
arg0 android
Résultat void

onSaveInstanceState() protected méthode

protected onSaveInstanceState ( ) : global::android.os.Parcelable
Résultat global::android.os.Parcelable

onSetInitialValue() protected méthode

protected onSetInitialValue ( bool arg0, java arg1 ) : void
arg0 bool
arg1 java
Résultat void

setText() public méthode

public setText ( java arg0 ) : void
arg0 java
Résultat void

shouldDisableDependents() public méthode

public shouldDisableDependents ( ) : bool
Résultat bool