All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.preference.CheckBoxPreference Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag that was used to checkout the source from the Git repos was android-2.1_r2.

There is a newer version: 4.1.1.4
Show newest version
package android.preference;
public class CheckBoxPreference
  extends android.preference.Preference
{
public  CheckBoxPreference(android.content.Context context, android.util.AttributeSet attrs, int defStyle) { super((android.content.Context)null); throw new RuntimeException("Stub!"); }
public  CheckBoxPreference(android.content.Context context, android.util.AttributeSet attrs) { super((android.content.Context)null); throw new RuntimeException("Stub!"); }
public  CheckBoxPreference(android.content.Context context) { super((android.content.Context)null); throw new RuntimeException("Stub!"); }
protected  void onBindView(android.view.View view) { throw new RuntimeException("Stub!"); }
protected  void onClick() { throw new RuntimeException("Stub!"); }
public  void setChecked(boolean checked) { throw new RuntimeException("Stub!"); }
public  boolean isChecked() { throw new RuntimeException("Stub!"); }
public  boolean shouldDisableDependents() { throw new RuntimeException("Stub!"); }
public  void setSummaryOn(java.lang.CharSequence summary) { throw new RuntimeException("Stub!"); }
public  void setSummaryOn(int summaryResId) { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence getSummaryOn() { throw new RuntimeException("Stub!"); }
public  void setSummaryOff(java.lang.CharSequence summary) { throw new RuntimeException("Stub!"); }
public  void setSummaryOff(int summaryResId) { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence getSummaryOff() { throw new RuntimeException("Stub!"); }
public  boolean getDisableDependentsState() { throw new RuntimeException("Stub!"); }
public  void setDisableDependentsState(boolean disableDependentsState) { throw new RuntimeException("Stub!"); }
protected  java.lang.Object onGetDefaultValue(android.content.res.TypedArray a, int index) { throw new RuntimeException("Stub!"); }
protected  void onSetInitialValue(boolean restoreValue, java.lang.Object defaultValue) { throw new RuntimeException("Stub!"); }
protected  android.os.Parcelable onSaveInstanceState() { throw new RuntimeException("Stub!"); }
protected  void onRestoreInstanceState(android.os.Parcelable state) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy