Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.ui.client
Interface SmartBundle

All Superinterfaces:
ApplicationBundle

public interface SmartBundle
extends ApplicationBundle

Author:
Bogdan Stefanescu

Method Summary
 AdministrationView administration()
           
 SmartApplication applicationWindow()
           
 ClipboardView clipboard()
           
 DocumentEditor documentEditor()
           
 DocumentMetadataPage documentMetadataPage()
           
 DocumentViewPage documentViewPage()
           
 SmartEditorManager editorManager()
           
 FolderViewPage folderViewPage()
           
 Footer footer()
           
 Header header()
           
 HtmlView htmlView()
           
 NavigatorView navigatorView()
           
 SearchEditor searchEditor()
           
 UrlView urlView()
           
 ViewStack viewContainer()
           
 
Methods inherited from interface org.nuxeo.ecm.gwt.runtime.client.ApplicationBundle
deploy, start, start
 

Method Detail

applicationWindow

SmartApplication applicationWindow()

editorManager

SmartEditorManager editorManager()

viewContainer

ViewStack viewContainer()

header

Header header()

footer

Footer footer()

navigatorView

NavigatorView navigatorView()

administration

AdministrationView administration()

clipboard

ClipboardView clipboard()

htmlView

HtmlView htmlView()

urlView

UrlView urlView()

documentEditor

DocumentEditor documentEditor()

searchEditor

SearchEditor searchEditor()

folderViewPage

FolderViewPage folderViewPage()

documentViewPage

DocumentViewPage documentViewPage()

documentMetadataPage

DocumentMetadataPage documentMetadataPage()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.