EditTextPreference.SimpleSummaryProvider
public
static
final
class
EditTextPreference.SimpleSummaryProvider
extends Object
implements
SummaryProvider<EditTextPreference>
java.lang.Object
|
↳ |
androidx.preference.EditTextPreference.SimpleSummaryProvider
|
A simple Preference.SummaryProvider
implementation for an
EditTextPreference
. If no value has been set, the summary displayed will be 'Not
set', otherwise the summary displayed will be the value set for this preference.
Summary
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
|
Public methods
provideSummary
public CharSequence provideSummary (EditTextPreference preference)
Parameters |
preference |
EditTextPreference |