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

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

Uses of ContentView in info.magnolia.ui.workbench
 

Methods in info.magnolia.ui.workbench that return ContentView
 ContentView WorkbenchViewImpl.getSelectedView()
           
 ContentView WorkbenchView.getSelectedView()
           
 ContentView ContentPresenter.start(WorkbenchDefinition workbenchDefinition, info.magnolia.event.EventBus eventBus, String viewTypeName, com.vaadin.event.Action.Container shortcutActionManager)
           
 ContentView AbstractContentPresenter.start(WorkbenchDefinition workbenchDefinition, info.magnolia.event.EventBus eventBus, String viewTypeName, com.vaadin.event.Action.Container shortcutActionManager)
           
 

Methods in info.magnolia.ui.workbench with parameters of type ContentView
 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 ContentView in info.magnolia.ui.workbench.list
 

Subinterfaces of ContentView in info.magnolia.ui.workbench.list
 interface ListView
          List view interface.
 

Classes in info.magnolia.ui.workbench.list that implement ContentView
 class ListViewImpl
          Default Vaadin implementation of the list view.
 

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

Subinterfaces of ContentView in info.magnolia.ui.workbench.search
 interface SearchView
          The search view interface.
 

Classes in info.magnolia.ui.workbench.search that implement ContentView
 class SearchViewImpl
          Search view implementation is just a special case of list view.
 

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

Subinterfaces of ContentView in info.magnolia.ui.workbench.thumbnail
 interface ThumbnailView
          Thumbnail view interface.
 

Classes in info.magnolia.ui.workbench.thumbnail that implement ContentView
 class ThumbnailViewImpl
          Default Vaadin implementation of the thumbnail view.
 

Methods in info.magnolia.ui.workbench.thumbnail that return ContentView
 ContentView ThumbnailPresenter.start(WorkbenchDefinition workbench, info.magnolia.event.EventBus eventBus, String viewTypeName, com.vaadin.event.Action.Container shortcutActionManager)
           
 

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

Subinterfaces of ContentView in info.magnolia.ui.workbench.tree
 interface TreeView
          Tree view interface.
 

Classes in info.magnolia.ui.workbench.tree that implement ContentView
 class TreeViewImpl
          Vaadin UI component that displays a tree.
 



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