Community
Participate
Working Groups
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).
Please provide setURL(Expression expr), setFile(Expression expr).
Add two new methods about expression to ImageHandle. Add test cases for new methods
Two methods are provided, mark as verified.