Nuxeo Enterprise Platform 5.4

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
 java.util.List<ViewType> FragmentInfo.viewTypes
           
 

Methods in org.nuxeo.theme.editor that return types with arguments of type ViewType
 java.util.List<ViewType> FragmentInfo.getViews()
           
static java.util.List<ViewType> Editor.getViews(java.lang.String fragmentTypeName, java.lang.String templateEngine)
           
 java.util.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
 java.util.List<ViewType> FragmentInfo.viewTypes
           
 

Methods in org.nuxeo.theme.fragments that return types with arguments of type ViewType
 java.util.List<ViewType> FragmentInfo.getViews()
           
 java.util.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 java.util.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.