Class StyleCategory
java.lang.Object
org.ametys.cms.clientsideelement.styles.StyleCategory
A category of style. A style and files to import
-
Field Summary
Modifier and TypeFieldDescriptionThe name of the css file.The name of the css file.The list of styles configured. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the url of CSS files to import in the BO HMI to give to the style buttons the right appearanceGet the url of CSS files to import in the inline html editor to give the styles the right appearanceGet the list of styles
-
Field Details
-
_boCSSFiles
The name of the css file. See getBackOfficeCSSFile -
_inlineEditorCSSFiles
The name of the css file. See getInlineEditorCSSFile -
_styleList
The list of styles configured. See getStyles
-
-
Constructor Details
-
Method Details
-
getBackOfficeCSSFiles
Get the url of CSS files to import in the BO HMI to give to the style buttons the right appearance- Returns:
- Contains absolute urls to CSS files
-
getInlineEditorCSSFiles
Get the url of CSS files to import in the inline html editor to give the styles the right appearance- Returns:
- Contains absolute urls to CSS files
-
getStyles
Get the list of styles- Returns:
- A non-null list of para
-