ÿ
In BBj 4.00 and higher, sets whether the selected item can be changed in the BBjListEdit.
Return Value | Method |
---|---|
void | setEditable(boolean edit) |
Parameter | Description |
---|---|
edit |
Specifies whether the selected item in the BBjListEdit can be changed. By default, edit is set to true (1). true (1) = Editable false (0) = Non-editable |
None.
By default, a BBjListEdit is editable; the developer can change the selected item.
|