Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 269923 - ImageHandle should be provided two new methods about expression.
Summary: ImageHandle should be provided two new methods about expression.
Status: VERIFIED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.5.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.5.0 M7   Edit
Assignee: Yueqian Wang CLA
QA Contact: Tianli Zhang CLA
URL:
Whiteboard: Obsolete
Keywords:
Depends on:
Blocks: 191445
  Show dependency tree
 
Reported: 2009-03-24 23:17 EDT by Chen Chao CLA
Modified: 2009-04-07 22:14 EDT (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 Chen Chao CLA 2009-03-24 23:17:47 EDT
In the ImageHandle, there has two methods setURL and setFile, they contain complex logic. GUI can't set them via a simple way. So model should provider new two methods: 

setURL(Expression expr), setFile(Expression expr)

or

setURL(String url, String exprType), setFile(String file, String exprType).
Comment 1 Rick Lu CLA 2009-03-25 00:30:23 EDT
Please provide setURL(Expression expr), setFile(Expression expr).
Comment 2 Yueqian Wang CLA 2009-03-25 03:00:53 EDT
Add two new methods about expression to ImageHandle. 
Add test cases for new methods
Comment 3 Tianli Zhang CLA 2009-04-07 22:13:45 EDT
Two methods are provided, mark as verified.