You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ListGrid methods getDrawnRows() and getVisibleRows() both return void.
The Javadoc for those methods talks about the underlying SmartClient
javascript methods which return an array of integers.
Need getDrawnRows() and getVisibleRows() to return int[] with 2 entries
like the Javascript method or create two sets of methods:
getFirstDrawnRow()/getLastDrawnRow()
getFirstVisibleRow()/getLastVisibleRow()
Original issue reported on code.google.com by thjellm...@gmail.com on 10 Dec 2008 at 11:02
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
thjellm...@gmail.com
on 10 Dec 2008 at 11:02The text was updated successfully, but these errors were encountered: