Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.theme.formats.Format

Packages that use Format
org.nuxeo.theme.editor   
org.nuxeo.theme.elements   
org.nuxeo.theme.formats   
org.nuxeo.theme.formats.layouts   
org.nuxeo.theme.formats.styles   
org.nuxeo.theme.formats.widgets   
org.nuxeo.theme.html   
org.nuxeo.theme.rendering   
org.nuxeo.theme.themes   
 

Uses of Format in org.nuxeo.theme.editor
 

Methods in org.nuxeo.theme.editor with parameters of type Format
static void Editor.updateElementWidth(Format layout, java.lang.String width)
           
 

Uses of Format in org.nuxeo.theme.elements
 

Methods in org.nuxeo.theme.elements that return Format
static Format ElementFormatter.getFormatByType(java.lang.Object object, FormatType type)
           
static Format ElementFormatter.getFormatFor(Element element, java.lang.String typeName)
           
 

Methods in org.nuxeo.theme.elements that return types with arguments of type Format
static java.util.Collection<Format> ElementFormatter.getFormatsFor(Element element)
           
 

Methods in org.nuxeo.theme.elements with parameters of type Format
static java.util.Collection<Element> ElementFormatter.getElementsFor(Format format)
           
static void ElementFormatter.removeFormat(java.lang.Object object, Format format)
           
static void ElementFormatter.setFormat(java.lang.Object object, Format format)
           
 

Uses of Format in org.nuxeo.theme.formats
 

Classes in org.nuxeo.theme.formats that implement Format
 class DefaultFormat
           
 

Methods in org.nuxeo.theme.formats that return Format
static Format FormatFactory.create(java.lang.String typeName)
           
 

Methods in org.nuxeo.theme.formats with parameters of type Format
 void Format.clonePropertiesOf(Format source)
           
 void DefaultFormat.clonePropertiesOf(Format source)
           
 

Uses of Format in org.nuxeo.theme.formats.layouts
 

Subinterfaces of Format in org.nuxeo.theme.formats.layouts
 interface Layout
           
 

Classes in org.nuxeo.theme.formats.layouts that implement Format
 class LayoutFormat
           
 

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

Subinterfaces of Format in org.nuxeo.theme.formats.styles
 interface Style
           
 

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

Methods in org.nuxeo.theme.formats.styles with parameters of type Format
 void StyleFormat.clonePropertiesOf(Format source)
           
 

Uses of Format in org.nuxeo.theme.formats.widgets
 

Subinterfaces of Format in org.nuxeo.theme.formats.widgets
 interface Widget
           
 

Classes in org.nuxeo.theme.formats.widgets that implement Format
 class WidgetFormat
           
 

Uses of Format in org.nuxeo.theme.html
 

Methods in org.nuxeo.theme.html with parameters of type Format
static java.lang.String CSSUtils.computeCssClassName(Format style)
           
 

Uses of Format in org.nuxeo.theme.rendering
 

Methods in org.nuxeo.theme.rendering that return Format
 Format RenderingInfo.getFormat()
           
 

Methods in org.nuxeo.theme.rendering with parameters of type Format
 void RenderingInfo.setFormat(Format format)
           
 

Uses of Format in org.nuxeo.theme.themes
 

Methods in org.nuxeo.theme.themes that return Format
 Format ThemeManager.duplicateFormat(Format format)
           
static Format ThemeManager.getAncestorFormatOf(Format format)
           
static Format ThemeManager.getFormatById(java.lang.Integer id)
           
static Format ThemeManager.getFormatById(java.lang.String id)
           
 

Methods in org.nuxeo.theme.themes that return types with arguments of type Format
 java.util.List<Format> ThemeManager.getFormatsByTypeName(java.lang.String formatTypeName)
           
static java.util.List<Format> ThemeManager.listAncestorFormatsOf(Format format)
           
 java.util.List<Format> ThemeManager.listFormats()
           
static java.util.List<Format> ThemeManager.listFormatsDirectlyInheritingFrom(Format format)
           
 

Methods in org.nuxeo.theme.themes with parameters of type Format
 void ThemeManager.deleteFormat(Format format)
           
 Format ThemeManager.duplicateFormat(Format format)
           
static Format ThemeManager.getAncestorFormatOf(Format format)
           
static ThemeElement ThemeManager.getThemeOfFormat(Format format)
           
static java.util.List<Format> ThemeManager.listAncestorFormatsOf(Format format)
           
static java.util.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)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.