Android APIs
public class

EditTextPreferenceDialogFragment

extends PreferenceDialogFragment
java.lang.Object
   ↳ android.app.Fragment
     ↳ android.app.DialogFragment
       ↳ android.support.v14.preference.PreferenceDialogFragment
         ↳ android.support.v14.preference.EditTextPreferenceDialogFragment

Summary

[Expand]
Inherited XML Attributes
From class android.app.Fragment
[Expand]
Inherited Constants
From class android.support.v14.preference.PreferenceDialogFragment
From class android.app.DialogFragment
From interface android.content.ComponentCallbacks2
Public Constructors
EditTextPreferenceDialogFragment()
Public Methods
static EditTextPreferenceDialogFragment 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.v14.preference.PreferenceDialogFragment
From class android.app.DialogFragment
From class android.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.ComponentCallbacks2
From interface android.view.View.OnCreateContextMenuListener
From interface android.content.ComponentCallbacks

Public Constructors

public EditTextPreferenceDialogFragment ()

Public Methods

public static EditTextPreferenceDialogFragment 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.