Nuxeo Enterprise Platform 5.4

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

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.search.SearchEditor.SearchView
All Implemented Interfaces:
Drawable, View
Enclosing class:
SearchEditor

public class SearchEditor.SearchView
extends SmartView


Constructor Summary
SearchEditor.SearchView()
           
 
Method Summary
 DocumentQuery getQuery()
           
 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

SearchEditor.SearchView

public SearchEditor.SearchView()
Method Detail

getQuery

public DocumentQuery getQuery()

getTitle

public 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

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

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.