Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.theme.views.ViewType

Packages that use ViewType
org.nuxeo.theme.editor   
org.nuxeo.theme.fragments   
org.nuxeo.theme.themes   
org.nuxeo.theme.views   
 

Uses of ViewType in org.nuxeo.theme.editor
 

Fields in org.nuxeo.theme.editor with type parameters of type ViewType
 List<ViewType> FragmentInfo.viewTypes
           
 

Methods in org.nuxeo.theme.editor that return types with arguments of type ViewType
 List<ViewType> FragmentInfo.getViews()
           
static List<ViewType> Editor.getViews(String fragmentTypeName, String templateEngine)
           
 List<ViewType> FragmentInfo.getViewTypes()
           
 

Methods in org.nuxeo.theme.editor with parameters of type ViewType
 void FragmentInfo.addView(ViewType viewType)
           
 

Uses of ViewType in org.nuxeo.theme.fragments
 

Fields in org.nuxeo.theme.fragments with type parameters of type ViewType
 List<ViewType> FragmentInfo.viewTypes
           
 

Methods in org.nuxeo.theme.fragments that return types with arguments of type ViewType
 List<ViewType> FragmentInfo.getViews()
           
 List<ViewType> FragmentInfo.getViewTypes()
           
 

Methods in org.nuxeo.theme.fragments with parameters of type ViewType
 void FragmentInfo.addView(ViewType viewType)
           
 

Uses of ViewType in org.nuxeo.theme.themes
 

Methods in org.nuxeo.theme.themes that return types with arguments of type ViewType
static List<ViewType> ThemeManager.getViewTypesForFragmentType(FragmentType fragmentType)
           
 

Uses of ViewType in org.nuxeo.theme.views
 

Methods in org.nuxeo.theme.views that return ViewType
 ViewType View.getViewType()
           
 ViewType AbstractView.getViewType()
           
 

Methods in org.nuxeo.theme.views with parameters of type ViewType
 void View.setViewType(ViewType viewType)
           
 void AbstractView.setViewType(ViewType viewType)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.