Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.ui.client.base
Class SmartView

java.lang.Object
  extended by org.nuxeo.ecm.gwt.runtime.client.ui.AbstractView
      extended by org.nuxeo.ecm.gwt.ui.client.base.SmartView
All Implemented Interfaces:
Drawable, View
Direct Known Subclasses:
AdministrationView, ClipboardView, DocumentMetadataView, DocumentView, FolderView, Footer, Header, MultiPageDocView, NavigatorView, Right, SearchEditor.SearchView, ViewStack

public abstract class SmartView
extends AbstractView

Author:
Bogdan Stefanescu

Constructor Summary
SmartView(java.lang.String name)
           
 
Method Summary
 com.smartgwt.client.widgets.Canvas getWidget()
          Gets the underlying widget of this object.
 
Methods inherited from class org.nuxeo.ecm.gwt.runtime.client.ui.AbstractView
acceptInput, getIcon, getInput, getName, getTitle, hasWidget, hideBusy, install, isInstalled, refresh, setInput, showBusy, toString, uninstall
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SmartView

public SmartView(java.lang.String name)
Method Detail

getWidget

public com.smartgwt.client.widgets.Canvas getWidget()
Description copied from interface: Drawable
Gets the underlying widget of this object.

Specified by:
getWidget in interface Drawable
Overrides:
getWidget in class AbstractView
Returns:
the widget. cannot be null.

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.