FileDocCategorySizeDatePackage
Checkable.javaAPI DocAndroid 1.5 API1133Wed May 06 22:41:56 BST 2009android.widget

Checkable

public interface Checkable
Defines an extension for views that make them checkable.

Fields Summary
Constructors Summary
Methods Summary
public booleanisChecked()

return
The current checked state of the view

public voidsetChecked(boolean checked)
Change the checked state of the view

param
checked The new checked state

public voidtoggle()
Change the checked state of the view to the inverse of its current state