Class StyleCategory
- java.lang.Object
 - 
- org.ametys.cms.clientsideelement.styles.StyleCategory
 
 
- 
public class StyleCategory extends Object
A category of style. A style and files to import 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected Set<String>_boCSSFilesThe name of the css file.protected Set<String>_inlineEditorCSSFilesThe name of the css file.protected List<Style>_styleListThe list of styles configured. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getBackOfficeCSSFiles()Get the url of CSS files to import in the BO HMI to give to the style buttons the right appearanceSet<String>getInlineEditorCSSFiles()Get the url of CSS files to import in the inline html editor to give the styles the right appearanceList<Style>getStyles()Get the list of styles 
 - 
 
- 
- 
Field Detail
- 
_boCSSFiles
protected Set<String> _boCSSFiles
The name of the css file. See getBackOfficeCSSFile 
- 
_inlineEditorCSSFiles
protected Set<String> _inlineEditorCSSFiles
The name of the css file. See getInlineEditorCSSFile 
- 
_styleList
protected List<Style> _styleList
The list of styles configured. See getStyles 
 - 
 
- 
Method Detail
- 
getBackOfficeCSSFiles
public Set<String> 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
public Set<String> 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
 
 
 - 
 
 -