Interface DataArrivedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDataArrived
(DataArrivedEvent event) Notification method fired when new data arrives from the server to be displayed in this tileGrid, (for example in response to the user scrolling a new set of tiles into view).
-
Method Details
-
onDataArrived
Notification method fired when new data arrives from the server to be displayed in this tileGrid, (for example in response to the user scrolling a new set of tiles into view). Only applies to databound tileGrid where thedata
attribute is aResultSet
. This method is fired directly in response todataArrived()
firing on the data object.- Parameters:
event
- the event
-