public class CheckableTextView
TextView that supports checkable state
| Constructor and Description |
|---|
CheckableTextView() |
CheckableTextView() |
CheckableTextView() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isChecked() |
int[] |
onCreateDrawableState() |
void |
onRestoreInstanceState() |
android.os.Parcelable |
onSaveInstanceState() |
void |
setChecked() |
void |
toggle() |
public CheckableTextView()
public CheckableTextView()
public CheckableTextView()
public int[] onCreateDrawableState()
public boolean isChecked()
public void setChecked()
public void toggle()
public android.os.Parcelable onSaveInstanceState()
public void onRestoreInstanceState()