public class SettingPreferenceCategory
extends android.preference.PreferenceCategory
PreferenceCategory that provides additional features supported by the Settings
library.
PreferenceCategory
android:preferenceCategoryStyle| Constructor and Description |
|---|
SettingPreferenceCategory(android.content.Context context)
Same as
SettingPreferenceCategory(Context, AttributeSet) without attributes. |
SettingPreferenceCategory(android.content.Context context,
android.util.AttributeSet attrs)
Same as
SettingPreferenceCategory(Context, AttributeSet, int) with
R.attr.preferenceCategoryStyle as attribute for default style. |
SettingPreferenceCategory(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr)
Same as
SettingPreferenceCategory(Context, AttributeSet, int, int) with 0 as default
style. |
SettingPreferenceCategory(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr,
int defStyleRes)
Creates a new instance of SettingPreferenceCategory for the given context.
|
isEnabled, onPrepareAddPreference, shouldDisableDependentsaddItemFromInflater, addPreference, dispatchRestoreInstanceState, dispatchSaveInstanceState, findPreference, getPreference, getPreferenceCount, isOnSameScreenAsChildren, isOrderingAsAdded, notifyDependencyChange, onAttachedToActivity, onPrepareForRemoval, removeAll, removePreference, setOrderingAsAddedcallChangeListener, compareTo, findPreferenceInHierarchy, getContext, getDependency, getEditor, getExtras, getFragment, getIcon, getIntent, getKey, getLayoutResource, getOnPreferenceChangeListener, getOnPreferenceClickListener, getOrder, getPersistedBoolean, getPersistedFloat, getPersistedInt, getPersistedLong, getPersistedString, getPersistedStringSet, getPreferenceManager, getSharedPreferences, getShouldDisableView, getSummary, getTitle, getTitleRes, getView, getWidgetLayoutResource, hasKey, isPersistent, isSelectable, notifyChanged, notifyHierarchyChanged, onAttachedToHierarchy, onBindView, onClick, onCreateView, onDependencyChanged, onGetDefaultValue, onParentChanged, onRestoreInstanceState, onSaveInstanceState, onSetInitialValue, peekExtras, persistBoolean, persistFloat, persistInt, persistLong, persistString, persistStringSet, restoreHierarchyState, saveHierarchyState, setDefaultValue, setDependency, setEnabled, setFragment, setIcon, setIcon, setIntent, setKey, setLayoutResource, setOnPreferenceChangeListener, setOnPreferenceClickListener, setOrder, setPersistent, setSelectable, setShouldDisableView, setSummary, setSummary, setTitle, setTitle, setWidgetLayoutResource, shouldCommit, shouldPersist, toStringpublic SettingPreferenceCategory(android.content.Context context)
SettingPreferenceCategory(Context, AttributeSet) without attributes.public SettingPreferenceCategory(android.content.Context context,
android.util.AttributeSet attrs)
SettingPreferenceCategory(Context, AttributeSet, int) with
R.attr.preferenceCategoryStyle as attribute for default style.public SettingPreferenceCategory(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr)
SettingPreferenceCategory(Context, AttributeSet, int, int) with 0 as default
style.public SettingPreferenceCategory(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr,
int defStyleRes)
context - Context in which will be the new setting preference presented.attrs - Set of Xml attributes used to configure the new instance of this preference.defStyleAttr - An attribute which contains a reference to a default style resource for
this preference within a theme of the given context.defStyleRes - Resource id of the default style for the new preference.