Android APIs
public class

EditTextPreferenceDialogFragmentCompat

extends PreferenceDialogFragmentCompat
java.lang.Object
   ↳ android.support.v4.app.Fragment
     ↳ android.support.v4.app.DialogFragment
       ↳ android.support.v7.preference.PreferenceDialogFragmentCompat
         ↳ android.support.v7.preference.EditTextPreferenceDialogFragmentCompat

Summary

[Expand]
Inherited Constants
From class android.support.v7.preference.PreferenceDialogFragmentCompat
From class android.support.v4.app.DialogFragment
Public Constructors
EditTextPreferenceDialogFragmentCompat()
Public Methods
static EditTextPreferenceDialogFragmentCompat newInstance(String key)
void onDialogClosed(boolean positiveResult)
Protected Methods
void onAddEditTextToDialogView(View dialogView, EditText editText)
Adds the EditText widget of this preference to the dialog's view.
void onBindDialogView(View view)
Binds views in the content View of the dialog to data.
[Expand]
Inherited Methods
From class android.support.v7.preference.PreferenceDialogFragmentCompat
From class android.support.v4.app.DialogFragment
From class android.support.v4.app.Fragment
From class java.lang.Object
From interface android.content.DialogInterface.OnClickListener
From interface android.content.DialogInterface.OnCancelListener
From interface android.content.DialogInterface.OnDismissListener
From interface android.content.ComponentCallbacks
From interface android.view.View.OnCreateContextMenuListener

Public Constructors

public EditTextPreferenceDialogFragmentCompat ()

Public Methods

public static EditTextPreferenceDialogFragmentCompat newInstance (String key)

public void onDialogClosed (boolean positiveResult)

Protected Methods

protected void onAddEditTextToDialogView (View dialogView, EditText editText)

Adds the EditText widget of this preference to the dialog's view.

Parameters
dialogView The dialog view.

protected void onBindDialogView (View view)

Binds views in the content View of the dialog to data.

Make sure to call through to the superclass implementation.

Parameters
view The content View of the dialog, if it is custom.