BlackBerry - TreeField with CheckBoxField?
问题 Is it possible to add a CheckBoxField to a TreeField in BlackBerry ? If yes, how do I do it? 回答1: Same trick as with ListBox CheckBoxes: alt text http://img441.imageshack.us/img441/5120/checkboxtree.jpg class CBTreeField extends VerticalFieldManager implements TreeFieldCallback, DrawStyle { boolean[] mBooleanValues = new boolean[] {}; String[] mStringValues = new String[] {}; public boolean getNodeBooleanValue(int node) { return mBooleanValues[node]; } public void setNodeBooleanValue(int node