C G I O S T 
All Classes All Packages

C

ch.poole.android.checkbox - package ch.poole.android.checkbox
 

G

getAccessibilityClassName() - Method in class ch.poole.android.checkbox.IndeterminateCheckBox
 
getAccessibilityClassName() - Method in class ch.poole.android.checkbox.IndeterminateRadioButton
 
getState() - Method in interface ch.poole.android.checkbox.IndeterminateCheckable
 
getState() - Method in class ch.poole.android.checkbox.IndeterminateCheckBox
 
getState() - Method in class ch.poole.android.checkbox.IndeterminateRadioButton
 

I

IndeterminateCheckable - Interface in ch.poole.android.checkbox
Extension to Checkable interface with addition "indeterminate" state represented by getState().
IndeterminateCheckBox - Class in ch.poole.android.checkbox
A CheckBox with additional 3rd "indeterminate" state.
IndeterminateCheckBox(Context) - Constructor for class ch.poole.android.checkbox.IndeterminateCheckBox
 
IndeterminateCheckBox(Context, AttributeSet) - Constructor for class ch.poole.android.checkbox.IndeterminateCheckBox
 
IndeterminateCheckBox(Context, AttributeSet, int) - Constructor for class ch.poole.android.checkbox.IndeterminateCheckBox
 
IndeterminateCheckBox.OnStateChangedListener - Interface in ch.poole.android.checkbox
Interface definition for a callback to be invoked when the checked state changed.
IndeterminateRadioButton - Class in ch.poole.android.checkbox
A RadioButton with additional 3rd "indeterminate" state.
IndeterminateRadioButton(Context) - Constructor for class ch.poole.android.checkbox.IndeterminateRadioButton
 
IndeterminateRadioButton(Context, AttributeSet) - Constructor for class ch.poole.android.checkbox.IndeterminateRadioButton
 
IndeterminateRadioButton(Context, AttributeSet, int) - Constructor for class ch.poole.android.checkbox.IndeterminateRadioButton
 
IndeterminateRadioButton.OnStateChangedListener - Interface in ch.poole.android.checkbox
Interface definition for a callback to be invoked when the checked state changed.
isIndeterminate() - Method in class ch.poole.android.checkbox.IndeterminateCheckBox
 
isIndeterminate() - Method in class ch.poole.android.checkbox.IndeterminateRadioButton
 

O

onCreateDrawableState(int) - Method in class ch.poole.android.checkbox.IndeterminateCheckBox
 
onCreateDrawableState(int) - Method in class ch.poole.android.checkbox.IndeterminateRadioButton
 
onRestoreInstanceState(Parcelable) - Method in class ch.poole.android.checkbox.IndeterminateCheckBox
 
onRestoreInstanceState(Parcelable) - Method in class ch.poole.android.checkbox.IndeterminateRadioButton
 
onSaveInstanceState() - Method in class ch.poole.android.checkbox.IndeterminateCheckBox
 
onSaveInstanceState() - Method in class ch.poole.android.checkbox.IndeterminateRadioButton
 
onStateChanged(IndeterminateCheckBox, Boolean) - Method in interface ch.poole.android.checkbox.IndeterminateCheckBox.OnStateChangedListener
Called when the indeterminate state has changed.
onStateChanged(IndeterminateRadioButton, Boolean) - Method in interface ch.poole.android.checkbox.IndeterminateRadioButton.OnStateChangedListener
Called when the indeterminate state has changed.

S

setChecked(boolean) - Method in class ch.poole.android.checkbox.IndeterminateCheckBox
 
setChecked(boolean) - Method in class ch.poole.android.checkbox.IndeterminateRadioButton
 
setIndeterminate(boolean) - Method in class ch.poole.android.checkbox.IndeterminateCheckBox
 
setIndeterminate(boolean) - Method in class ch.poole.android.checkbox.IndeterminateRadioButton
 
setOnStateChangedListener(IndeterminateCheckBox.OnStateChangedListener) - Method in class ch.poole.android.checkbox.IndeterminateCheckBox
Register a callback to be invoked when the indeterminate or checked state changes.
setOnStateChangedListener(IndeterminateRadioButton.OnStateChangedListener) - Method in class ch.poole.android.checkbox.IndeterminateRadioButton
Register a callback to be invoked when the indeterminate or checked state changes.
setState(Boolean) - Method in interface ch.poole.android.checkbox.IndeterminateCheckable
 
setState(Boolean) - Method in class ch.poole.android.checkbox.IndeterminateCheckBox
 
setState(Boolean) - Method in class ch.poole.android.checkbox.IndeterminateRadioButton
 

T

toggle() - Method in class ch.poole.android.checkbox.IndeterminateCheckBox
 
toggle() - Method in class ch.poole.android.checkbox.IndeterminateRadioButton
 
C G I O S T 
All Classes All Packages