org.nuxeo.ecm.gwt.ui.client.base.impl
Class SmartApplication
java.lang.Object
org.nuxeo.ecm.gwt.ui.client.base.impl.SmartApplication
- All Implemented Interfaces:
- Application, ErrorHandler, Extensible, ExtensionPoints, UIApplication
public class SmartApplication
- extends Object
- implements UIApplication, Extensible, ExtensionPoints, ErrorHandler
- Author:
- Bogdan Stefanescu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
layout
protected com.smartgwt.client.widgets.layout.VLayout layout
header
protected Drawable header
footer
protected Drawable footer
content
protected EditorManager content
left
protected View left
right
protected ViewManager right
SmartApplication
public SmartApplication()
start
public void start()
- Specified by:
start
in interface Application
getLeftArea
public Drawable getLeftArea()
getRightArea
public ViewManager getRightArea()
getEditorManager
public EditorManager getEditorManager()
getHeader
public Drawable getHeader()
getFooter
public Drawable getFooter()
getView
public View getView(String[] segments)
getView
public View getView(String[] segments,
int length)
getView
public View getView(String path)
- Specified by:
getView
in interface UIApplication
showView
public void showView(String id)
- Specified by:
showView
in interface UIApplication
openInEditor
public void openInEditor(Object input)
- Specified by:
openInEditor
in interface UIApplication
openInNewEditor
public void openInNewEditor(Object input)
getActiveEditor
public View getActiveEditor()
- Specified by:
getActiveEditor
in interface UIApplication
registerExtension
public void registerExtension(String target,
Object extension)
- Specified by:
registerExtension
in interface Extensible
handleError
public void handleError(Throwable t)
- Specified by:
handleError
in interface ErrorHandler
Copyright © 2010 Nuxeo SAS. All Rights Reserved.