Interface IPluginFormElementTemplateIcon
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultPluginFormElementTemplateIcon
public interface IPluginFormElementTemplateIcon extends Serializable
An icon for aIPluginFormElementTemplateDescriptor
, consisting of a media type and a URI.- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMediaType()
Gets the media type for the icon, such asimage/png
orimage/svg+xml
.URI
getUri()
The URI with the icon's data, which is then passed toloadIcon
.
-
-
-
Method Detail
-
getMediaType
String getMediaType()
Gets the media type for the icon, such asimage/png
orimage/svg+xml
.- Returns:
- The media type of the icon.
-
-