XdevImage
The XdevImage is a container that is used to represent the images. The images must be available in the resources itself and are only linked to the XdevImage container. It is possible to specify a URL as an image source. All image formats that can be displayed in the browser are supported.
Under Project Management > Resources > images insert an image file from your file manager using drag-and-drop, e.g. RapidClipseLogo.jpg.
Insert an XdevImage in the GUI Builder.
Under Properties > Source, click on ....
In the following wizard, select the image file under File > WebContent > WEB-INF > Resources > Images.
Click OK
Important properties:
Source - URL or URI of the image file to be integrated.
Important events:
Misc
Examples:
Assign image
this.image.setSource(new ApplicationResource(this.getClass(), "WebContent/WEB-INF/resources/images/logo.png"));
Return image / URL
Resource source = this.image.getSource();