Class Variant
java.lang.Object
org.ametys.skinfactory.parameters.Variant
Class representing a variant
-
Constructor Summary
ConstructorDescriptionVariant
(String id, I18nizableText label, I18nizableText description, String thumbnail) Constructor -
Method Summary
-
Constructor Details
-
Variant
Constructor- Parameters:
id
- the idlabel
- the labeldescription
- the descriptionthumbnail
- the thumbnail image
-
-
Method Details
-
getId
Get the source path- Returns:
- the source path
-
getLabel
Get the description- Returns:
- the description
-
getDescription
Get the description- Returns:
- the description
-
getThumbnail
Get the icon path- Returns:
- the icon path
-