com.smartgwt.client.widgets.events
Interface HasFetchDataHandlers

All Superinterfaces:
HasHandlers
All Known Subinterfaces:
DataBoundComponent
All Known Implementing Classes:
Calendar, ColumnTree, CubeGrid, DetailViewer, DynamicForm, ListGrid, Menu, PropertySheet, SearchForm, TableView, TileGrid, TreeGrid

public interface HasFetchDataHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addFetchDataHandler(FetchDataHandler handler)
          Notification function fired on fetchData() or filterData()
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addFetchDataHandler

HandlerRegistration addFetchDataHandler(FetchDataHandler handler)
Notification function fired on fetchData() or filterData()

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