public class StyleCategory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
_boCSSFile
The name of the css file.
|
protected String |
_inlineEditorCSSFile
The name of the css file.
|
protected List<Style> |
_styleList
The list of styles configured.
|
| Constructor and Description |
|---|
StyleCategory(String boCSSFile,
String inlineEditorCSSFile,
List<Style> styleList)
Build a style
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBackOfficeCSSFile()
Get the url of a CSS file to import in the BO HMI to give to the style buttons the right appearance
|
String |
getInlineEditorCSSFile()
Get the url of a CSS file to import in the inline html editor to give the styles the right appearance
|
List<Style> |
getStyles()
Get the list of styles
|
protected String _boCSSFile
protected String _inlineEditorCSSFile
protected List<Style> _styleList
public StyleCategory(String boCSSFile, String inlineEditorCSSFile, List<Style> styleList)
boCSSFile - can be null.inlineEditorCSSFile - can be null.styleList - cannot be null.public String getBackOfficeCSSFile()
public String getInlineEditorCSSFile()