Nuxeo Enterprise Platform 5.4

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

All Known Subinterfaces:
Editor
All Known Implementing Classes:
DefaultEditor, DocumentEditor, HtmlView, SearchEditor, UrlView

public interface ViewDescriptor

Author:
Bogdan Stefanescu

Method Summary
 boolean acceptInput(java.lang.Object input)
          Whether or not this editor accepts the given input
 View getView()
          Instantiate a new view.
 

Method Detail

acceptInput

boolean acceptInput(java.lang.Object input)
Whether or not this editor accepts the given input

Parameters:
input -
Returns:
true if input can be handled by this editor

getView

View getView()
Instantiate a new view.

Returns:

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.