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.  
 
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.