Skip to content
maydin edited this page Jan 4, 2013 · 2 revisions

HalfCheckBox:

This a check box with three states: Checked, Not Checked and Partially Checked:

screen shot

Checked and Not Checked state can be set by toggling the check box. Partially Checked state can be reached by calling the setCheckBox() method. Parameters for this method are as follows:

  • NOT_CHECKED = 0
  • CHECKED = 1
  • HALF_CHECKED = 2

Check box state can be retrieved by getCheckState() method.

Clone this wiki locally