com.smartgwt.client.widgets.form.events
Interface HasSearchHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
FilterBuilder

public interface HasSearchHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addSearchHandler(SearchHandler handler)
          A StringMethod that is automatically invoked if saveOnEnter is set and the user presses Enter whilst in a text-item in any clause or subclause.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addSearchHandler

HandlerRegistration addSearchHandler(SearchHandler handler)
A StringMethod that is automatically invoked if saveOnEnter is set and the user presses Enter whilst in a text-item in any clause or subclause.

Parameters:
handler - the search handler
Returns:
HandlerRegistration used to remove this handler