Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.ui.client.base.search
Class SearchEditor

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

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

Author:
Bogdan Stefanescu

Nested Class Summary
 class SearchEditor.SearchView
           
 
Constructor Summary
SearchEditor()
           
 
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

SearchEditor

public SearchEditor()
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.