| Package | Description |
|---|---|
| org.nuxeo.theme | |
| org.nuxeo.theme.formats.styles | |
| org.nuxeo.theme.html | |
| org.nuxeo.theme.themes |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StyleFormat |
| Modifier and Type | Method and Description |
|---|---|
static String |
CSSUtils.computeCssClassName(Style style) |
static String |
CSSUtils.styleToCss(Style style,
Collection<String> viewNames,
boolean ignoreViewName,
boolean ignoreClassName,
boolean indent) |
| Modifier and Type | Method and Description |
|---|---|
Style |
ThemeManager.createStyle() |
| Modifier and Type | Method and Description |
|---|---|
List<Style> |
ThemeManager.getNamedStyles(String themeName) |
List<Style> |
ThemeManager.getSortedNamedStyles(String themeName) |
List<Style> |
ThemeManager.getStyles() |
List<Style> |
ThemeManager.getStyles(String themeName) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ThemeManager.getUnusedStyleViews(Style style) |
static void |
ThemeManager.loadRemoteStyle(String resourceBankName,
Style style) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2015 Nuxeo SA. All rights reserved.