added in version 24.1.0
belongs to Maven artifact com.android.support:preference-v7:28.0.0-alpha1
belongs to Maven artifact com.android.support:preference-v7:28.0.0-alpha1
Summary:
Nested Classes
| XML Attrs
| Inherited XML Attrs
| Inherited Constants
| Ctors
| Methods
| Protected Methods
| Inherited Methods
| [Expand All]
PreferenceGroup
public
abstract
class
PreferenceGroup
extends Preference
java.lang.Object | ||
↳ | android.support.v7.preference.Preference | |
↳ | android.support.v7.preference.PreferenceGroup |
![]() |
A container for multiple
Preference
objects. It is a base class for Preference objects that are
parents, such as PreferenceCategory
and PreferenceScreen
.
Developer Guides
For information about building a settings UI with Preferences, read the Settings guide.
Summary
Nested classes | |
---|---|
interface |
PreferenceGroup.PreferencePositionCallback
Interface for PreferenceGroup Adapters to implement so that
|
XML attributes | |
---|---|
PreferenceGroup_initialExpandedChildrenCount |
Inherited XML attributes | |
---|---|
![]()
android.support.v7.preference.Preference
|
Inherited constants |
---|
![]()
android.support.v7.preference.Preference
|
Public constructors | |
---|---|
PreferenceGroup(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
|
|
PreferenceGroup(Context context, AttributeSet attrs, int defStyleAttr)
|
|
PreferenceGroup(Context context, AttributeSet attrs)
|