Interface IndeterminateCheckable

  • All Superinterfaces:
    android.widget.Checkable
    All Known Implementing Classes:
    IndeterminateCheckBox, IndeterminateRadioButton

    public interface IndeterminateCheckable
    extends android.widget.Checkable
    Extension to Checkable interface with addition "indeterminate" state represented by getState(). Value meanings: null = indeterminate state true = checked state false = unchecked state
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Boolean getState()  
      void setState​(java.lang.Boolean state)  
      • Methods inherited from interface android.widget.Checkable

        isChecked, setChecked, toggle
    • Method Detail

      • setState

        void setState​(java.lang.Boolean state)
      • getState

        java.lang.Boolean getState()