Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.webwidgets
Class DecorationType

java.lang.Object
  extended by org.nuxeo.theme.webwidgets.DecorationType

public final class DecorationType
extends Object


Field Summary
 Map<String,PanelDecorationType> panelDecorations
           
 String[] resources
           
 Map<String,WidgetDecorationType> widgetDecorations
           
 
Constructor Summary
DecorationType()
           
 
Method Summary
 String getName()
           
 PanelDecorationType getPanelDecoration(String mode)
           
 String[] getResources()
           
 WidgetDecorationType getWidgetDecoration(String mode)
           
 Set<String> getWindowDecorationModes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resources

public String[] resources

panelDecorations

public Map<String,PanelDecorationType> panelDecorations

widgetDecorations

public Map<String,WidgetDecorationType> widgetDecorations
Constructor Detail

DecorationType

public DecorationType()
Method Detail

getResources

public String[] getResources()

getName

public String getName()

getPanelDecoration

public PanelDecorationType getPanelDecoration(String mode)

getWidgetDecoration

public WidgetDecorationType getWidgetDecoration(String mode)

getWindowDecorationModes

public Set<String> getWindowDecorationModes()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.