Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.theme.formats.styles.Style

Packages that use Style
org.nuxeo.theme   
org.nuxeo.theme.editor   
org.nuxeo.theme.formats.styles   
org.nuxeo.theme.html   
org.nuxeo.theme.themes   
 

Uses of Style in org.nuxeo.theme
 

Methods in org.nuxeo.theme with parameters of type Style
static void Utils.loadCss(Style style, String cssSource, String viewName)
           
static void Utils.loadCss(Style style, String cssSource, String viewName, boolean merge)
          Parses and loads css resources into given style element.
 

Uses of Style in org.nuxeo.theme.editor
 

Methods in org.nuxeo.theme.editor that return Style
static Style Editor.getCurrentPageSkin(String themeName)
           
static Style Editor.getNamedStyleOf(Element element)
           
static Style Main.getSelectedNamedStyle()
           
static Style Main.getSelectedStyleLayer()
           
static Style Main.getStyleOfSelectedElement()
           
static Style Main.getThemeSkin(String themeName)
           
static Style Editor.getThemeSkin(String themeName)
           
 

Methods in org.nuxeo.theme.editor that return types with arguments of type Style
static List<Style> Editor.getNamedStyles(String themeName, ResourceBank resourceBank)
           
static List<Style> Main.listNamedStylesDirectlyInheritingFrom(Style style)
           
static List<Style> Editor.listNamedStylesDirectlyInheritingFrom(Style style)
           
 

Methods in org.nuxeo.theme.editor with parameters of type Style
static void Editor.deleteStyleView(Style style, String viewName)
           
static String Main.getRenderedPropertiesForNamedStyle(Style style)
           
static List<Style> Main.listNamedStylesDirectlyInheritingFrom(Style style)
           
static List<Style> Editor.listNamedStylesDirectlyInheritingFrom(Style style)
           
static String Editor.renderCssPreview(Element element, Style style, String viewName, String basePath)
           
static String Main.renderStyleView(Style style, String viewName)
           
static void Editor.restoreNamedStyle(Style style, String themeName)
           
static void Editor.updateElementStyle(Element element, Style style, String path, String viewName, Map<String,String> propertyMap)
           
static void Editor.updateElementStyleCss(Element element, Style style, String viewName, String cssSource)
           
static void Editor.updateNamedStyleCss(Style style, String cssSource, String themeName)
           
 

Uses of Style in org.nuxeo.theme.formats.styles
 

Classes in org.nuxeo.theme.formats.styles that implement Style
 class StyleFormat
           
 

Uses of Style in org.nuxeo.theme.html
 

Methods in org.nuxeo.theme.html with parameters of type Style
static String CSSUtils.computeCssClassName(Style style)
           
static String CSSUtils.styleToCss(Style style, Collection<String> viewNames, boolean ignoreViewName, boolean ignoreClassName, boolean indent)
           
 

Uses of Style in org.nuxeo.theme.themes
 

Methods in org.nuxeo.theme.themes that return Style
 Style ThemeManager.createStyle()
           
 

Methods in org.nuxeo.theme.themes that return types with arguments of type Style
 List<Style> ThemeManager.getNamedStyles(String themeName)
           
 List<Style> ThemeManager.getSortedNamedStyles(String themeName)
           
 List<Style> ThemeManager.getStyles()
           
 List<Style> ThemeManager.getStyles(String themeName)
           
 

Methods in org.nuxeo.theme.themes with parameters of type Style
static List<String> ThemeManager.getUnusedStyleViews(Style style)
           
static void ThemeManager.loadRemoteStyle(String resourceBankName, Style style)
           
 

Method parameters in org.nuxeo.theme.themes with type arguments of type Style
static void ThemeParser.createCommonStyles(String themeName, Map<Style,Map<String,Properties>> commonStyles)
           
static void ThemeParser.parseFormats(ThemeElement theme, Element doc, Map<Style,Map<String,Properties>> commonStyles, Map<Integer,String> inheritanceMap, Node node)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.