Android APIs
public class

MultiSelectListPreferenceDialogFragment

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

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
MultiSelectListPreferenceDialogFragment()
Public Methods
static MultiSelectListPreferenceDialogFragment newInstance(String key)
void onDialogClosed(boolean positiveResult)
Protected Methods
void onPrepareDialogBuilder(AlertDialog.Builder builder)
Prepares the dialog builder to be shown when the preference is clicked.
[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 MultiSelectListPreferenceDialogFragment ()

Public Methods

public static MultiSelectListPreferenceDialogFragment newInstance (String key)

public void onDialogClosed (boolean positiveResult)

Protected Methods

protected void onPrepareDialogBuilder (AlertDialog.Builder builder)

Prepares the dialog builder to be shown when the preference is clicked. Use this to set custom properties on the dialog.

Do not create() or show().