Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.runtime.client.ui
Interface UIApplication

All Superinterfaces:
Application
All Known Implementing Classes:
SmartApplication

public interface UIApplication
extends Application

Author:
Bogdan Stefanescu

Method Summary
 View getActiveEditor()
           
 View getView(java.lang.String name)
           
 void openInEditor(java.lang.Object input)
           
 void showView(java.lang.String name)
           
 
Methods inherited from interface org.nuxeo.ecm.gwt.runtime.client.Application
start
 

Method Detail

getView

View getView(java.lang.String name)

showView

void showView(java.lang.String name)

openInEditor

void openInEditor(java.lang.Object input)

getActiveEditor

View getActiveEditor()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.