Uses of Interface
info.magnolia.ui.workbench.definition.ContentPresenterDefinition

Packages that use ContentPresenterDefinition
info.magnolia.ui.workbench   
info.magnolia.ui.workbench.definition   
info.magnolia.ui.workbench.list   
info.magnolia.ui.workbench.search   
info.magnolia.ui.workbench.thumbnail   
info.magnolia.ui.workbench.tree   
 

Uses of ContentPresenterDefinition in info.magnolia.ui.workbench
 

Methods in info.magnolia.ui.workbench with parameters of type ContentPresenterDefinition
 void WorkbenchViewImpl.addContentView(String viewType, ContentView view, ContentPresenterDefinition contentViewDefintion)
           
 void WorkbenchView.addContentView(String type, ContentView view, ContentPresenterDefinition contentViewDefintion)
          Use this method to add sub views hosted by this view.
 

Uses of ContentPresenterDefinition in info.magnolia.ui.workbench.definition
 

Classes in info.magnolia.ui.workbench.definition that implement ContentPresenterDefinition
 class ConfiguredContentPresenterDefinition
          Default configured implementation for ContentPresenterDefinition.
 

Methods in info.magnolia.ui.workbench.definition that return types with arguments of type ContentPresenterDefinition
 List<ContentPresenterDefinition> WorkbenchDefinition.getContentViews()
           
 List<ContentPresenterDefinition> ConfiguredWorkbenchDefinition.getContentViews()
           
 

Methods in info.magnolia.ui.workbench.definition with parameters of type ContentPresenterDefinition
 void ConfiguredWorkbenchDefinition.addContentView(ContentPresenterDefinition contentView)
           
 

Method parameters in info.magnolia.ui.workbench.definition with type arguments of type ContentPresenterDefinition
 void ConfiguredWorkbenchDefinition.setContentViews(List<ContentPresenterDefinition> contentViews)
           
 

Uses of ContentPresenterDefinition in info.magnolia.ui.workbench.list
 

Classes in info.magnolia.ui.workbench.list that implement ContentPresenterDefinition
 class ListPresenterDefinition
          Default configured definition for a content view presenting a list.
 

Uses of ContentPresenterDefinition in info.magnolia.ui.workbench.search
 

Classes in info.magnolia.ui.workbench.search that implement ContentPresenterDefinition
 class SearchPresenterDefinition
          Default configured definition for a content view presenting search results.
 

Uses of ContentPresenterDefinition in info.magnolia.ui.workbench.thumbnail
 

Classes in info.magnolia.ui.workbench.thumbnail that implement ContentPresenterDefinition
 class ThumbnailPresenterDefinition
          Default configured definition for a content view presenting thumbnails.
 

Uses of ContentPresenterDefinition in info.magnolia.ui.workbench.tree
 

Classes in info.magnolia.ui.workbench.tree that implement ContentPresenterDefinition
 class TreePresenterDefinition
          Default configured definition for a content view presenting a tree.
 



Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.