EditTextPreferenceDialogFragment
public
class
EditTextPreferenceDialogFragment
extends PreferenceDialogFragment
java.lang.Object | ||||
↳ | android.app.Fragment | |||
↳ | android.app.DialogFragment | |||
↳ | androidx.preference.PreferenceDialogFragment | |||
↳ | androidx.preference.EditTextPreferenceDialogFragment |
This class is deprecated.
Use EditTextPreferenceDialogFragmentCompat
instead
Summary
Inherited constants |
---|
Public constructors | |
---|---|
EditTextPreferenceDialogFragment()
This constructor is deprecated.
Use |
Public methods | |
---|---|
static
EditTextPreferenceDialogFragment
|
newInstance(String key)
This method is deprecated.
Use |
void
|
onCreate(Bundle savedInstanceState)
|
void
|
onDialogClosed(boolean positiveResult)
This method is deprecated.
Use |
void
|
onSaveInstanceState(Bundle outState)
|
Protected methods | |
---|---|
void
|
onBindDialogView(View view)
This method is deprecated.
Use |
Inherited methods | |
---|---|
Public constructors
EditTextPreferenceDialogFragment
public EditTextPreferenceDialogFragment ()
This constructor is deprecated.
Use EditTextPreferenceDialogFragmentCompat
instead
Public methods
newInstance
public static EditTextPreferenceDialogFragment newInstance (String key)
This method is deprecated.
Use EditTextPreferenceDialogFragmentCompat
instead
Parameters | |
---|---|
key |
String |
Returns | |
---|---|
EditTextPreferenceDialogFragment |
onDialogClosed
public void onDialogClosed (boolean positiveResult)
This method is deprecated.
Use EditTextPreferenceDialogFragmentCompat
instead
Parameters | |
---|---|
positiveResult |
boolean |
Protected methods
onBindDialogView
protected void onBindDialogView (View view)
This method is deprecated.
Use PreferenceDialogFragmentCompat
instead
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 |