Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.localconfiguration.theme
Class ThemeConfigurationActions

java.lang.Object
  extended by org.nuxeo.ecm.platform.localconfiguration.theme.ThemeConfigurationActions
All Implemented Interfaces:
Serializable

@Name(value="themeConfigurationActions")
@Scope(value=CONVERSATION)
@Install(precedence=10)
public class ThemeConfigurationActions
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ThemeConfigurationActions()
           
 
Method Summary
 List<SelectItem> getAvailableEngines()
           
 List<SelectItem> getAvailablePages()
           
 List<SelectItem> getAvailablePerspectives()
           
 List<SelectItem> getAvailableThemes()
           
 void themeChange(ActionEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeConfigurationActions

public ThemeConfigurationActions()
Method Detail

getAvailableThemes

public List<SelectItem> getAvailableThemes()

getAvailablePages

public List<SelectItem> getAvailablePages()

getAvailablePerspectives

public List<SelectItem> getAvailablePerspectives()

getAvailableEngines

public List<SelectItem> getAvailableEngines()

themeChange

public void themeChange(ActionEvent event)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.