Checkablepublic interface Checkable Defines an extension for views that make them checkable. |
Methods Summary |
---|
public boolean | isChecked()
| public void | setChecked(boolean checked)Change the checked state of the view
| public void | toggle()Change the checked state of the view to the inverse of its current state
|
|