Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.theme.perspectives.PerspectiveType

Packages that use PerspectiveType
org.nuxeo.theme.editor   
org.nuxeo.theme.fragments   
org.nuxeo.theme.perspectives   
org.nuxeo.theme.themes   
 

Uses of PerspectiveType in org.nuxeo.theme.editor
 

Methods in org.nuxeo.theme.editor that return types with arguments of type PerspectiveType
static List<PerspectiveType> Main.getPerspectives()
           
 

Uses of PerspectiveType in org.nuxeo.theme.fragments
 

Methods in org.nuxeo.theme.fragments that return types with arguments of type PerspectiveType
 List<PerspectiveType> Fragment.getVisibilityPerspectives()
           
 List<PerspectiveType> AbstractFragment.getVisibilityPerspectives()
           
 

Methods in org.nuxeo.theme.fragments with parameters of type PerspectiveType
 boolean Fragment.isVisibleInPerspective(PerspectiveType perspective)
           
 boolean AbstractFragment.isVisibleInPerspective(PerspectiveType perspective)
           
 void Fragment.setVisibleInPerspective(PerspectiveType perspective)
           
 void AbstractFragment.setVisibleInPerspective(PerspectiveType perspective)
           
 

Uses of PerspectiveType in org.nuxeo.theme.perspectives
 

Methods in org.nuxeo.theme.perspectives that return PerspectiveType
static PerspectiveType PerspectiveManager.getPerspectiveByName(String name)
           
 

Methods in org.nuxeo.theme.perspectives that return types with arguments of type PerspectiveType
 List<PerspectiveType> PerspectiveManager.getPerspectivesFor(Element element)
           
static List<PerspectiveType> PerspectiveManager.listPerspectives()
           
 

Methods in org.nuxeo.theme.perspectives with parameters of type PerspectiveType
 boolean PerspectiveManager.isVisibleInPerspective(Element element, PerspectiveType perspective)
           
static void PerspectiveManager.setVisibleInPerspective(Element element, PerspectiveType perspective)
           
 

Uses of PerspectiveType in org.nuxeo.theme.themes
 

Methods in org.nuxeo.theme.themes that return PerspectiveType
static PerspectiveType ThemeManager.getPerspectiveByUrl(URL url)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.