Interface HasDataArrivedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
ComboBoxItem
,PresetCriteriaItem
,PresetDateRangeItem
,SavedSearchItem
,SelectItem
,SelectOtherItem
-
Method Summary
Modifier and TypeMethodDescriptionaddDataArrivedHandler
(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 Details
-
addDataArrivedHandler
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
-