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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetDialogTitle(CharSequence dialogTitle)
Sets the title of the dialog.
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.