added in version 24.1.0
belongs to Maven artifact com.android.support:preference-v7:28.0.0-alpha1
belongs to Maven artifact com.android.support:preference-v7:28.0.0-alpha1
Summary:
Inherited Constants
| Ctors
| Methods
| Protected Methods
| Inherited Methods
| [Expand All]
EditTextPreferenceDialogFragment
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
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
|
onCreate(Bundle savedInstanceState)
|
void
|
onDialogClosed(boolean positiveResult)
|
void
|
onSaveInstanceState(Bundle outState)
|
Protected methods | |
---|---|
void
|
onBindDialogView(View view)
Binds views in the content View of the dialog to data. |
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 methods
newInstance
added in version 24.1.0
EditTextPreferenceDialogFragment newInstance (String key)
Parameters | |
---|---|
key |
String |
Returns | |
---|---|
EditTextPreferenceDialogFragment |
onDialogClosed
added in version 24.1.0
void onDialogClosed (boolean positiveResult)
Parameters | |
---|---|
positiveResult |
boolean |
Protected methods
onBindDialogView
added in version 24.1.0
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 |
View : The content View of the dialog, if it is custom.
|
Interfaces
Classes