Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.ui.client.base.editor
Class MultiPageDocView

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.editor.MultiPageDocView
All Implemented Interfaces:
Drawable, View

public class MultiPageDocView
extends SmartView

Author:
Bogdan Stefanescu

Constructor Summary
MultiPageDocView()
           
 
Method Summary
 void addPage(java.lang.String key, View view)
           
 com.smartgwt.client.widgets.Canvas createHeader()
           
 Document getDocument()
           
 java.lang.String getTitle()
          Gets a title suitable for this view.
 void refresh()
          Refreshes this view using current input.
 
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, hasWidget, hideBusy, install, isInstalled, setInput, showBusy, toString, uninstall
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiPageDocView

public MultiPageDocView()
Method Detail

getDocument

public Document getDocument()

refresh

public void refresh()
Description copied from interface: View
Refreshes this view using current input. This should be called by a setInput after setting the input. Optional operation - if container doesn't supports refresh do nothing

Specified by:
refresh in interface View
Overrides:
refresh in class AbstractView

getTitle

public java.lang.String getTitle()
Description copied from interface: View
Gets a title suitable for this view. This is a hint to the site view ad should reflect the current view input.

Specified by:
getTitle in interface View
Overrides:
getTitle in class AbstractView
Returns:
the title or null if none

addPage

public void addPage(java.lang.String key,
                    View view)

createHeader

public com.smartgwt.client.widgets.Canvas createHeader()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.