FileDocCategorySizeDatePackage
ListPreference.javaAPI DocAndroid 5.1 API2640Sat Mar 14 14:09:44 GMT 2015android.preference

ListPreference

public class ListPreference extends android.preference.DialogPreference

Fields Summary
Constructors Summary
public ListPreference(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
public ListPreference(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
public ListPreference(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
public ListPreference(android.content.Context context)

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
Methods Summary
public intfindIndexOfValue(java.lang.String value)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequence[]getEntries()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetEntry()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequence[]getEntryValues()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetSummary()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetValue()

 throw new RuntimeException("Stub!"); 
protected voidonDialogClosed(boolean positiveResult)

 throw new RuntimeException("Stub!"); 
protected java.lang.ObjectonGetDefaultValue(android.content.res.TypedArray a, int index)

 throw new RuntimeException("Stub!"); 
protected voidonPrepareDialogBuilder(android.app.AlertDialog.Builder builder)

 throw new RuntimeException("Stub!"); 
protected voidonRestoreInstanceState(android.os.Parcelable state)

 throw new RuntimeException("Stub!"); 
protected android.os.ParcelableonSaveInstanceState()

 throw new RuntimeException("Stub!"); 
protected voidonSetInitialValue(boolean restoreValue, java.lang.Object defaultValue)

 throw new RuntimeException("Stub!"); 
public voidsetEntries(java.lang.CharSequence[] entries)

 throw new RuntimeException("Stub!"); 
public voidsetEntries(int entriesResId)

 throw new RuntimeException("Stub!"); 
public voidsetEntryValues(java.lang.CharSequence[] entryValues)

 throw new RuntimeException("Stub!"); 
public voidsetEntryValues(int entryValuesResId)

 throw new RuntimeException("Stub!"); 
public voidsetSummary(java.lang.CharSequence summary)

 throw new RuntimeException("Stub!"); 
public voidsetValue(java.lang.String value)

 throw new RuntimeException("Stub!"); 
public voidsetValueIndex(int index)

 throw new RuntimeException("Stub!");