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

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

Introduction

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

The text is from its open source code.

Subclass

android.widget.CheckedTextView has subclasses.
Click this link to see all its subclasses.

Method

DrawablegetCheckMarkDrawable()
Gets the checkmark drawable
booleanisChecked()
voidsetChecked(boolean checked)
Sets the checked state of this view.
voidsetCheckMarkDrawable(@DrawableRes int resId)
Sets the check mark to the drawable with the specified resource ID.
voidsetCheckMarkDrawable(@Nullable Drawable d)
Set the check mark to the specified drawable.
voidsetVisibility(int visibility)
voidtoggle()