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 | 
|---|
  
    
    android.support.v14.preference.PreferenceDialogFragment
  
   | 
  
    
    android.app.DialogFragment
  
   | 
  
    
    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 | |
|---|---|
  
    
  
    android.support.v14.preference.PreferenceDialogFragment
  
 | |
  
    
  
    android.app.DialogFragment
  
 | |
  
    
  
    android.app.Fragment
  
 | |
  
    
  
    java.lang.Object
  
 | |
  
    
  
    android.content.DialogInterface.OnClickListener
  
 | |
  
    
  
    android.content.DialogInterface.OnCancelListener
  
 | |
  
    
  
    android.content.DialogInterface.OnDismissListener
  
 | |
  
    
  
    android.content.ComponentCallbacks2
  
 | |
  
    
  
    android.view.View.OnCreateContextMenuListener
  
 | |
  
    
  
    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