Nuxeo Enterprise Platform 5.4

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

java.lang.Object
  extended by org.nuxeo.ecm.gwt.ui.client.base.editor.DocumentEditor
All Implemented Interfaces:
Extensible, Editor, ViewDescriptor

public class DocumentEditor
extends java.lang.Object
implements Editor, Extensible

Author:
Bogdan Stefanescu

Constructor Summary
DocumentEditor()
           
 
Method Summary
 boolean acceptInput(java.lang.Object input)
          Whether or not this editor accepts the given input
 View getView()
          Instantiate a new view.
 void registerExtension(java.lang.String target, java.lang.Object extension)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentEditor

public DocumentEditor()
Method Detail

acceptInput

public boolean acceptInput(java.lang.Object input)
Description copied from interface: ViewDescriptor
Whether or not this editor accepts the given input

Specified by:
acceptInput in interface ViewDescriptor
Returns:
true if input can be handled by this editor

getView

public View getView()
Description copied from interface: ViewDescriptor
Instantiate a new view.

Specified by:
getView in interface ViewDescriptor
Returns:

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.