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 for DataAvailableEvents.

Since:
7.4
Author:
Vaadin Ltd

Method Summary
 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


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.