Package | Description |
---|---|
org.nuxeo.theme.elements | |
org.nuxeo.theme.fragments | |
org.nuxeo.theme.models | |
org.nuxeo.theme.perspectives | |
org.nuxeo.theme.rendering | |
org.nuxeo.theme.themes |
Modifier and Type | Class and Description |
---|---|
class |
AbstractElement |
class |
CellElement |
class |
PageElement |
class |
SectionElement |
class |
ThemeElement |
Modifier and Type | Method and Description |
---|---|
static Element |
ElementFactory.create(String typeName) |
Modifier and Type | Method and Description |
---|---|
static Collection<Element> |
ElementFormatter.getElementsFor(Format format) |
Modifier and Type | Method and Description |
---|---|
static Format |
ElementFormatter.getFormatFor(Element element,
String typeName) |
static Collection<Format> |
ElementFormatter.getFormatsFor(Element element) |
Modifier and Type | Interface and Description |
---|---|
interface |
Fragment |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFragment |
class |
GenericFragment |
class |
RegionFragment |
class |
TextFragment |
Modifier and Type | Method and Description |
---|---|
Element |
Info.getElement() |
Modifier and Type | Method and Description |
---|---|
List<PerspectiveType> |
PerspectiveManager.getPerspectivesFor(Element element) |
boolean |
PerspectiveManager.isAlwaysVisible(Element element) |
boolean |
PerspectiveManager.isVisibleInPerspective(Element element,
PerspectiveType perspective) |
void |
PerspectiveManager.setAlwaysVisible(Element element) |
void |
PerspectiveManager.setVisibleInAllPerspectives(Element element) |
static void |
PerspectiveManager.setVisibleInPerspective(Element element,
PerspectiveType perspective) |
void |
PerspectiveManager.setVisibleInPerspectives(Element element,
List<String> perspectiveNames) |
Modifier and Type | Method and Description |
---|---|
Element |
RenderingInfo.getElement() |
Constructor and Description |
---|
RenderingInfo(Element element,
URL themeUrl) |
Modifier and Type | Method and Description |
---|---|
Element |
ThemeManager.duplicateElement(Element element,
boolean duplicateFormats) |
static Element |
ThemeManager.getElementById(Integer id) |
static Element |
ThemeManager.getElementById(String id) |
static Element |
ThemeManager.getElementByUrl(URL url) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ThemeManager.belongToSameTheme(Element element1,
Element element2) |
void |
ThemeManager.destroyElement(Element element) |
Element |
ThemeManager.duplicateElement(Element element,
boolean duplicateFormats) |
void |
ThemeManager.fillScratchPage(String themeName,
Element element) |
static ThemeElement |
ThemeManager.getThemeOf(Element element) |
void |
ThemeManager.makeElementUseNamedStyle(Element element,
String inheritedName,
String themeName) |
static void |
ThemeParser.parseLayout(Element parent,
Node node) |
static void |
ThemeParser.registerThemePages(Element parent,
Node node) |
Copyright © 2015 Nuxeo SA. All rights reserved.