public interface Checkable
Modifier and Type | Method and Description |
---|---|
boolean |
isChecked() |
void |
setChecked(boolean checked)
Change the checked state of the view
|
void |
toggle()
Change the checked state of the view to the inverse of its current state
|
void setChecked(boolean checked)
checked
- The new checked stateboolean isChecked()
void toggle()