Nuxeo Enterprise Platform 5.4

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.presets   
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, java.lang.String cssSource, java.lang.String viewName)
           
 

Uses of Style in org.nuxeo.theme.editor
 

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

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

Methods in org.nuxeo.theme.editor with parameters of type Style
static void Editor.deleteStyleView(Style style, java.lang.String viewName)
           
static java.lang.String Main.getRenderedPropertiesForNamedStyle(Style style)
           
static java.util.List<Style> Main.listNamedStylesDirectlyInheritingFrom(Style style)
           
static java.util.List<Style> Editor.listNamedStylesDirectlyInheritingFrom(Style style)
           
static java.lang.String Editor.renderCssPreview(Element element, Style style, java.lang.String viewName)
           
static java.lang.String Main.renderStyleView(Style style, java.lang.String viewName)
           
static void Editor.restoreNamedStyle(Style style, java.lang.String themeName)
           
static void Editor.updateElementStyle(Element element, Style style, java.lang.String path, java.lang.String viewName, java.util.Map<java.lang.String,java.lang.String> propertyMap)
           
static void Editor.updateElementStyleCss(Element element, Style style, java.lang.String viewName, java.lang.String cssSource)
           
static void Editor.updateNamedStyleCss(Style style, java.lang.String cssSource, java.lang.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 void CSSUtils.loadCss(Style style, java.lang.String cssSource, java.lang.String viewName)
           
static java.lang.String CSSUtils.styleToCss(Style style, java.util.Collection<java.lang.String> viewNames, boolean resolvePresets, boolean ignoreViewName, boolean ignoreClassName, boolean indent)
           
 

Uses of Style in org.nuxeo.theme.presets
 

Methods in org.nuxeo.theme.presets with parameters of type Style
static void PresetManager.loadPresetsUsedInStyle(java.lang.String resourceBankName, Style style)
           
 

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
 java.util.List<Style> ThemeManager.getNamedStyles(java.lang.String themeName)
           
 java.util.List<Style> ThemeManager.getStyles()
           
 java.util.List<Style> ThemeManager.getStyles(java.lang.String themeName)
           
 

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

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.