|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataArrivedHandler
| Method Summary | |
|---|---|
void |
onDataArrived(DataArrivedEvent event)
Notification method fired when new data arrives from the server to be displayed in this ListGrid, (for example in response to the user scrolling a new set of rows into view). |
| Method Detail |
|---|
void onDataArrived(DataArrivedEvent event)
data attribute is a ResultSet. This
ResultSet may have been created manually and applied to the grid via a call to ListGrid.setData or may have been created and automatically assigned
if ListGrid.fetchData was used to populate the grid. This
method is fired directly in response to dataArrived()
firing on the data object.
event - the event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||