Android.Preferences.PreferenceGroup: Method Members

The methods of Android.Preferences.PreferenceGroup are listed below. For a list of all members, see the PreferenceGroup Members list.

See Also: Inherited members from Android.Preferences.Preference

Public Methods

AddItemFromInflater(Preference)
Called by the inflater to add an item to this group.
AddPreference(Preference) : bool
Adds a Android.Preferences.Preference at the correct position based on the preference's order.
FindPreference(Java.Lang.ICharSequence) : Preference
Finds a Android.Preferences.Preference based on its key.
FindPreference(string) : Preference
Documentation for this section has not yet been entered.
GetPreference(int) : Preference
Returns the Android.Preferences.Preference at a particular index.
RemoveAll()
Removes all Android.Preferences.Preference from this group.
RemovePreference(Preference) : bool
Removes a Android.Preferences.Preference from this group.

Protected Methods

DispatchRestoreInstanceState(Android.OS.Bundle)
Called by Preference.RestoreHierarchyState(Android.OS.Bundle) to retrieve the saved state for this Preference and its children.
DispatchSaveInstanceState(Android.OS.Bundle)
Called by Preference.SaveHierarchyState(Android.OS.Bundle) to store the instance for this Preference and its children.
OnPrepareAddPreference(Preference) : bool
Prepares a Android.Preferences.Preference to be added to the group.