Package de.xima.fc.mdl.ui
Class GuiImage
java.lang.Object
de.xima.fc.mdl.ui.GuiImage
- All Implemented Interfaces:
Serializable
Model for a GUI image with a source and an alternative description.
- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GuiImage
Creates a new model with the given data.- Parameters:
src
- The source of the image, i.e. the link with the image content.alt
- The alternative text for the image, used e.g. when the image cannot be displayed.
-
-
Method Details