Monday, May 17, 2010

How to disable CheckboxField

Lately, I came across the question: How to disable CheckboxField in BlackBerry JDE. Here is the solution:

Package net.rim.device.api.ui.component


CheckboxField.setEditable(false)!!

There we go~

0 comments:

Post a Comment