Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 368303

Summary: [explorer] Add check box configuration APIs.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: susan
Version: 0.4   
Target Milestone: 0.4 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 367526    

Description libing wang CLA 2012-01-10 18:08:01 EST
In global search&replace, we need to provide the filtering functionality so that user can filter out files/matches that they do not want to replace.

The default behavior of the explorer.js check box lacks the following capability.
1.Setting the checked status by model, instead of the stored status.
2.Check/uncheck the children when the container is checked/uncheck.
3.Options not to highlight the whole row when checked.

To resolve the bug, I will not add any additional functions like above.
I will just pass some callbacks by the consumer(searchRenderer) so that when the check box is created or clicked, it will be configured by the consumer.