What Igor suggest is that you don't try to find the disabled checkboxes. You know up front by the logic you have implemented to decide that a checkbox is actually disabled. Use that same logic to update the model of all checkboxes that are not disabled. And have it update those modelsso that the checkboxes get the selected state.
Thijs On 24-2-2011 16:21, eugenebalt wrote:
When I try to call isDisabled() from another location, I get the error "The method isDisabled(E,int,String) is not visible".
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
