Uses of Interface
info.magnolia.ui.workbench.ContentPresenter

Packages that use ContentPresenter
info.magnolia.security.app.container   
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 ContentPresenter in info.magnolia.security.app.container
 

Classes in info.magnolia.security.app.container that implement ContentPresenter
 class UserTreePresenter
          Custom TreePresenter for the users workspace that uses the custom container UserContainer.
 

Uses of ContentPresenter in info.magnolia.ui.workbench
 

Classes in info.magnolia.ui.workbench that implement ContentPresenter
 class AbstractContentPresenter
          Abstract generic logic for content presenters.
 

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

Methods in info.magnolia.ui.workbench.definition that return types with arguments of type ContentPresenter
 Class<? extends ContentPresenter> ContentPresenterDefinition.getImplementationClass()
           
 Class<? extends ContentPresenter> ConfiguredContentPresenterDefinition.getImplementationClass()
           
 

Method parameters in info.magnolia.ui.workbench.definition with type arguments of type ContentPresenter
 void ConfiguredContentPresenterDefinition.setImplementationClass(Class<? extends ContentPresenter> implementationClass)
           
 

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

Classes in info.magnolia.ui.workbench.list that implement ContentPresenter
 class ListPresenter
          The ListPresenter is responsible for creating, configuring and updating a list of items according to the workbench definition.
 

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

Classes in info.magnolia.ui.workbench.search that implement ContentPresenter
 class SearchPresenter
          The SearchPresenter is responsible for handling a list of search results according to the workbench definition.
 

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

Classes in info.magnolia.ui.workbench.thumbnail that implement ContentPresenter
 class ThumbnailPresenter
          The ThumbnailPresenter is responsible for creating, configuring and updating a thumbnail grid of items according to the workbench definition.
 

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

Classes in info.magnolia.ui.workbench.tree that implement ContentPresenter
 class TreePresenter
          The TreePresenter is responsible for creating, configuring and updating a tree of items according to the workbench definition.
 



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