Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)

Class android.preference. CheckBoxPreference

The superclass changed from android.preference.Preference to android.preference.TwoStatePreference .

Removed Methods
void  setSummaryOff( int )  
void  setSummaryOff( CharSequence )  
void  setSummaryOn( int )  
void  setSummaryOn( CharSequence )  
 

Changed Methods
boolean   getDisableDependentsState () Method was locally defined, but is now inherited from TwoStatePreference .  
CharSequence   getSummaryOff () Method was locally defined, but is now inherited from TwoStatePreference .  
CharSequence   getSummaryOn () Method was locally defined, but is now inherited from TwoStatePreference .  
boolean   isChecked () Method was locally defined, but is now inherited from TwoStatePreference .  
void   setChecked ( boolean ) Method was locally defined, but is now inherited from TwoStatePreference .  
void   setDisableDependentsState ( boolean ) Method was locally defined, but is now inherited from TwoStatePreference .