com.smartgwt.client.widgets.form.fields.events
Interface HasDataArrivedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
ComboBoxItem, SelectItem, SelectOtherItem

public interface HasDataArrivedHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addDataArrivedHandler(DataArrivedHandler handler)
          If this item is showing a dataBound pickList, this notification method will be fired when new data arrives from the server.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addDataArrivedHandler

HandlerRegistration addDataArrivedHandler(DataArrivedHandler handler)
If this item is showing a dataBound pickList, this notification method will be fired when new data arrives from the server.

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