Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.ui.client.base.impl
Class ViewStack

java.lang.Object
  extended by org.nuxeo.ecm.gwt.runtime.client.ui.AbstractView
      extended by org.nuxeo.ecm.gwt.ui.client.base.SmartView
          extended by org.nuxeo.ecm.gwt.ui.client.base.impl.ViewStack
All Implemented Interfaces:
Extensible, Drawable, View

public class ViewStack
extends SmartView
implements Extensible

Author:
Bogdan Stefanescu

Constructor Summary
ViewStack()
           
 
Method Summary
 com.smartgwt.client.widgets.layout.SectionStack createWidget()
          Creates a widget to be bound to this view.
 void registerExtension(java.lang.String target, java.lang.Object extension)
           
 
Methods inherited from class org.nuxeo.ecm.gwt.ui.client.base.SmartView
getWidget
 
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

ViewStack

public ViewStack()
Method Detail

createWidget

public com.smartgwt.client.widgets.layout.SectionStack createWidget()
Description copied from class: AbstractView
Creates a widget to be bound to this view.

Returns:
the new widget. must be never null.

registerExtension

public void registerExtension(java.lang.String target,
                              java.lang.Object extension)
Specified by:
registerExtension in interface Extensible

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.