| Modifier and Type | Method and Description |
|---|---|
static Format |
ElementFormatter.getFormatByType(Object object,
FormatType type) |
static Format |
ElementFormatter.getFormatFor(Element element,
String typeName) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Format> |
ElementFormatter.getFormatsFor(Element element) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Element> |
ElementFormatter.getElementsFor(Format format) |
static void |
ElementFormatter.removeFormat(Object object,
Format format) |
static void |
ElementFormatter.setFormat(Object object,
Format format) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFormat |
| Modifier and Type | Method and Description |
|---|---|
static Format |
FormatFactory.create(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
Format.clonePropertiesOf(Format source) |
void |
DefaultFormat.clonePropertiesOf(Format source) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Layout |
| Modifier and Type | Class and Description |
|---|---|
class |
LayoutFormat |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Style |
| Modifier and Type | Class and Description |
|---|---|
class |
StyleFormat |
| Modifier and Type | Method and Description |
|---|---|
void |
StyleFormat.clonePropertiesOf(Format source) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Widget |
| Modifier and Type | Class and Description |
|---|---|
class |
WidgetFormat |
| Modifier and Type | Method and Description |
|---|---|
Format |
RenderingInfo.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingInfo.setFormat(Format format) |
| Modifier and Type | Method and Description |
|---|---|
Format |
ThemeManager.duplicateFormat(Format format) |
static Format |
ThemeManager.getAncestorFormatOf(Format format) |
static Format |
ThemeManager.getFormatById(Integer id) |
static Format |
ThemeManager.getFormatById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Format> |
ThemeManager.getFormatsByTypeName(String formatTypeName) |
static List<Format> |
ThemeManager.listAncestorFormatsOf(Format format) |
List<Format> |
ThemeManager.listFormats() |
static List<Format> |
ThemeManager.listFormatsDirectlyInheritingFrom(Format format) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThemeManager.deleteFormat(Format format) |
Format |
ThemeManager.duplicateFormat(Format format) |
static Format |
ThemeManager.getAncestorFormatOf(Format format) |
static ThemeElement |
ThemeManager.getThemeOfFormat(Format format) |
static List<Format> |
ThemeManager.listAncestorFormatsOf(Format format) |
static List<Format> |
ThemeManager.listFormatsDirectlyInheritingFrom(Format format) |
void |
ThemeManager.makeFormatInherit(Format format,
Format ancestor) |
void |
ThemeManager.registerFormat(Format format) |
static void |
ThemeManager.removeInheritanceFrom(Format ancestor) |
static void |
ThemeManager.removeInheritanceTowards(Format descendant) |
void |
ThemeManager.unregisterFormat(Format format) |
Copyright © 2015 Nuxeo SA. All rights reserved.