Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.gwt.runtime.client.ui.Container

Packages that use Container
org.nuxeo.ecm.gwt.runtime.client.ui   
org.nuxeo.ecm.gwt.runtime.client.ui.editor   
org.nuxeo.ecm.gwt.runtime.client.ui.view   
org.nuxeo.ecm.gwt.ui.client.base.editor   
org.nuxeo.ecm.gwt.ui.client.base.impl   
 

Uses of Container in org.nuxeo.ecm.gwt.runtime.client.ui
 

Methods in org.nuxeo.ecm.gwt.runtime.client.ui with parameters of type Container
 void Site.open(Container container, java.lang.Object input)
          Opens an input in that site.
 

Uses of Container in org.nuxeo.ecm.gwt.runtime.client.ui.editor
 

Methods in org.nuxeo.ecm.gwt.runtime.client.ui.editor that return Container
 Container DefaultEditorManager.getContainer()
           
 

Methods in org.nuxeo.ecm.gwt.runtime.client.ui.editor with parameters of type Container
 void EditorSite.open(Container container, java.lang.Object input)
           
 void DefaultEditorManager.setContainer(Container container)
           
 

Constructors in org.nuxeo.ecm.gwt.runtime.client.ui.editor with parameters of type Container
DefaultEditorManager(Container container)
           
 

Uses of Container in org.nuxeo.ecm.gwt.runtime.client.ui.view
 

Methods in org.nuxeo.ecm.gwt.runtime.client.ui.view that return Container
 Container ViewManager.getContainer()
          The site manager used by this view.
 Container DefaultViewManager.getContainer()
           
 

Methods in org.nuxeo.ecm.gwt.runtime.client.ui.view with parameters of type Container
 void ViewSite.open(Container container, java.lang.Object input)
           
 void ViewManager.setContainer(Container mgr)
          Sets the site manager to be used by this view manager.
 void DefaultViewManager.setContainer(Container mgr)
           
 

Constructors in org.nuxeo.ecm.gwt.runtime.client.ui.view with parameters of type Container
DefaultViewManager(Container mgr)
           
MultiPageViewManager(Container mgr)
           
 

Uses of Container in org.nuxeo.ecm.gwt.ui.client.base.editor
 

Classes in org.nuxeo.ecm.gwt.ui.client.base.editor that implement Container
 class EditorTabsContainer
           
 class TabsContainer
           
 

Uses of Container in org.nuxeo.ecm.gwt.ui.client.base.impl
 

Classes in org.nuxeo.ecm.gwt.ui.client.base.impl that implement Container
 class StackContainer
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.