@return true if this checkbox is selected, false if not. A checkbox's state is set BEFORE the callback is triggered.
()
| 96 | * @return true if this checkbox is selected, false if not. A checkbox's state is set BEFORE the callback is triggered. |
| 97 | */ |
| 98 | public |
| 99 | boolean getChecked() { |
| 100 | return isChecked; |
| 101 | } |
| 102 | |
| 103 | /** |
| 104 | * Sets the checked on/off status for this entry |
no outgoing calls