Hi all, When I create a table and use it with RbooleanCellWidget, the style of this checkbox in 2 cases disable and enable is same. I tried to change the enable attribute in properties but this is not success. How to change the style of checkbox in this case? asked 05.08.2014 at 12:17 rootdn |
Class RBooleanCellWidget extends RCheckBox , implements ITableCellRenderer, ITableCellEditor, IActionListener. A cell in RTable has Editable attribute, but don't have Disable attribute. It does not copy Editable value to Disabled attribute of its supper class, RCheckBox. In my opinion, if you want CheckBox cell has Disable style when it is NOT editable , you can extend the class RBooleanCellWidget. answered 13.08.2014 at 11:13 Anh Pham |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 05.08.2014 at 12:17
Seen: 2,713 times
Last updated: 13.08.2014 at 11:13