Package com.vaadin.client.widget.grid
Interface DataAvailableHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
public interface DataAvailableHandler extends com.google.gwt.event.shared.EventHandler
Handler forDataAvailableEvent
s.- Since:
- 7.4
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDataAvailable(DataAvailableEvent event)
Called when DataSource has data available.
-
-
-
Method Detail
-
onDataAvailable
void onDataAvailable(DataAvailableEvent event)
Called when DataSource has data available. Supplied with row range.- Parameters:
availableRows
- Range of rows available in the DataSource
-
-