Package org.ametys.web.skin
Class SkinModel.Theme
java.lang.Object
org.ametys.web.skin.SkinModel.Theme
- Enclosing class:
- SkinModel
Bean representing a theme
-
Constructor Summary
ConstructorDescriptionTheme
(String id, I18nizableText label, I18nizableText description, List<String> colors) Constructor -
Method Summary
-
Constructor Details
-
Theme
Constructor- Parameters:
id
- the theme idlabel
- the theme's labeldescription
- the theme's descriptioncolors
- the theme's colors
-
-
Method Details
-
getId
Get the id- Returns:
- the id
-
getLabel
Get the label- Returns:
- the label
-
getDescription
Get the description- Returns:
- the description
-
getColors
Get the colors- Returns:
- the colors
-
getColor
Get the color to the given index- Parameters:
index
- The index of color- Returns:
- The color
-