I constructed a Grid widget within a ScrollPane, which works great.
I'd like to either get events for when table rows need to be drawn, or
when the scroll pane is scrolled to a new position so I can fetch new
data from the server if needed.
I see ScrollListener and SourcesScrollEvents interfaces in the gwt
reference, but I don't see anything that implements the
SourcesScrollEvents interface, which is what I think I need.
Is there a way to register a ScrollListener with a ScrollPane?
Is there a way to get notified prior to a row/cell of a table needing
to get rendered? I tried overriding the prepareCell function, but that
didn't seem to do it.
Thanks
Ron
- Bob
Thanks,
Dan