Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368303 - [explorer] Add check box configuration APIs.
Summary: [explorer] Add check box configuration APIs.
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.4   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.4 M2   Edit
Assignee: libing wang CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 367526
  Show dependency tree
 
Reported: 2012-01-10 18:08 EST by libing wang CLA
Modified: 2012-01-10 18:18 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.