to top
Android APIs
public static class

Preference.BaseSavedState

extends AbsSavedState
java.lang.Object
   ↳ android.view.AbsSavedState
     ↳ android.preference.Preference.BaseSavedState

Class Overview

A base class for managing the instance state of a Preference.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator< Preference.BaseSavedState> CREATOR
[Expand]
Inherited Fields
From class android.view.AbsSavedState
Public Constructors

? Examples
Preference.BaseSavedState( Parcel source)

? Examples
Preference.BaseSavedState( Parcelable superState)
[Expand]
Inherited Methods
From class android.view.AbsSavedState
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<Preference.BaseSavedState> CREATOR

Added in API level 1

Public Constructors

public Preference.BaseSavedState (Parcel source)

Added in API level 1

public Preference.BaseSavedState (Parcelable superState)

Added in API level 1

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.