| Class | Description |
|---|---|
| AbstractSkinParameter |
Class representing a parameter of a skin.
|
| CSSColorParameter |
Implementation of
AbstractSkinParameter for a CSS property of type color (color, background-color, border-color) |
| CSSParameter |
Implementation of
AbstractSkinParameter for a CSS property |
| I18nizableTextParameter |
Implementation of
AbstractSkinParameter for a i18niable text |
| ImageParameter |
Implementation of
AbstractSkinParameter for an image |
| ImageParameter.FileValue |
Class representing a file value
|
| TextParameter |
Implementation of
AbstractSkinParameter for a i18niable text |
| Variant |
Class representing a variant
|
| VariantParameter |
Implementation of
AbstractSkinParameter for a variant |
| Enum | Description |
|---|---|
| AbstractSkinParameter.SkinParameterType |
Enumeration of supported types
|
| Exception | Description |
|---|---|
| SkinParameterException |
Common exception for all Repository related problems.
|