Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.runtime.client.ui
Class UI

java.lang.Object
  extended by org.nuxeo.ecm.gwt.runtime.client.ui.UI

public class UI
extends java.lang.Object

Author:
Bogdan Stefanescu

Constructor Summary
UI()
           
 
Method Summary
static View getActiveEditor()
           
static Context getContext()
           
static View getView(java.lang.String name)
           
static void hideBusy()
           
static void openDocument(java.lang.String ref)
           
static void openDocumentInActiveEditor(Document doc)
           
static void openInEditor(java.lang.Object input)
           
static void showBusy()
           
static void showError(java.lang.Throwable t)
           
static void showView(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UI

public UI()
Method Detail

getContext

public static Context getContext()

openInEditor

public static void openInEditor(java.lang.Object input)

getView

public static View getView(java.lang.String name)

getActiveEditor

public static View getActiveEditor()

showView

public static void showView(java.lang.String name)

showError

public static void showError(java.lang.Throwable t)

showBusy

public static void showBusy()

hideBusy

public static void hideBusy()

openDocument

public static void openDocument(java.lang.String ref)

openDocumentInActiveEditor

public static void openDocumentInActiveEditor(Document doc)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.