Java android.widget Checkable fields, constructors, methods, implement or subclass

Example usage for Java android.widget Checkable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.widget Checkable.

The text is from its open source code.

Implementation

android.widget.Checkable has the following implementations.
Click this link to see all its implementation.

Method

booleanisChecked()
voidsetChecked(boolean checked)
Change the checked state of the view
voidtoggle()
Change the checked state of the view to the inverse of its current state