Java android.preference PreferenceGroup fields, constructors, methods, implement or subclass

Example usage for Java android.preference PreferenceGroup fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

voidaddItemFromInflater(Preference preference)
Called by the inflater to add an item to this group.
booleanaddPreference(Preference preference)
Adds a Preference at the correct position based on the preference's order.
PreferencefindPreference(CharSequence key)
Finds a Preference based on its key.
ContextgetContext()
Returns the android.content.Context of this Preference.
PreferencegetPreference(int index)
Returns the Preference at a particular index.
intgetPreferenceCount()
Returns the number of children Preference s.
PreferenceManagergetPreferenceManager()
Gets the PreferenceManager that manages this Preference object's tree.
voidremoveAll()
Removes all Preference Preferences from this group.
booleanremovePreference(Preference preference)
Removes a Preference from this group.
voidsetEnabled(boolean enabled)
Sets whether this Preference is enabled.
voidsetOnPreferenceClickListener(OnPreferenceClickListener onPreferenceClickListener)
Sets the callback to be invoked when this Preference is clicked.