Java android.support.v4.preference ListPreference fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.preference ListPreference fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.preference ListPreference.

The text is from its open source code.

Constructor

Method

voidsetDialogTitle(CharSequence dialogTitle)
Sets the title of the dialog.
voidsetEntries(CharSequence[] entries)
Sets the human-readable entries to be shown in the list.
voidsetEntries(int entriesResId)
voidsetEntryValues(CharSequence[] entryValues)
The array to find the value to save for a preference when an entry from entries is selected.
voidsetEntryValues(int entryValuesResId)
voidsetKey(String key)
Sets the key for this Preference, which is used as a key to the SharedPreferences or PreferenceDataStore .
voidsetSummary(CharSequence summary)
Sets the summary for this Preference with a CharSequence.
voidsetTitle(CharSequence title)
Sets the title for this Preference with a CharSequence.