Class StyleCategory

    • Constructor Detail

      • StyleCategory

        public StyleCategory​(Set<String> boCSSFiles,
                             Set<String> inlineEditorCSSFiles,
                             List<Style> styleList)
        Build a style
        Parameters:
        boCSSFiles - cannot be null.
        inlineEditorCSSFiles - cannot be null.
        styleList - cannot be null.
    • Method Detail

      • getBackOfficeCSSFiles

        public Set<StringgetBackOfficeCSSFiles()
        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<StringgetInlineEditorCSSFiles()
        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

        public List<StylegetStyles()
        Get the list of styles
        Returns:
        A non-null list of para