Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ListGrid getDrawnRows() & getVisibleRows() returns void #41

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 2 comments
Closed

ListGrid getDrawnRows() & getVisibleRows() returns void #41

GoogleCodeExporter opened this issue Apr 22, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Original comment by sanjiv.j...@gmail.com on 11 Dec 2008 at 1:14

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Fixed in build 12-17-2008.

Original comment by sanjiv.j...@gmail.com on 17 Dec 2008 at 10:33

  • Changed state: Fixed
  • Added labels: 12-17-2008

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant