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 hasChanges method in the ListGrid class is declared as follows:
public void hasChanges()
In order to be useful, it needs to return something.
What version of the product are you using? On what operating system?
smartgwt-1.0b1
Please provide any additional information below.
Copied from: http://forums.smartclient.com/showthread.php?p=12702#post12702
Original issue reported on code.google.com by andrewaw...@gmail.com on 5 Dec 2008 at 1:17
The text was updated successfully, but these errors were encountered:
Looking through the ListGrid JavaDoc, it appears that there are a number of
other
methods with void returns, where something should. cellHasChanges(int rowNum,
int
colNum) and getDrawnRows() are the first two that I've come across. I guess
that
return types will be added as development proceeds.
Original comment by andrewaw...@gmail.com on 6 Dec 2008 at 2:48
I have fixed hasChanges and cellHasChanges. I'll take care as getDrawnRows as
well.
Portions of SmartGWT were generated from metadata and the metadata of a few
methods
like the ones you mention were incorrect and did not have a return type. Please
report any other such inconsistencies.
Original comment by sanjiv.j...@gmail.com on 6 Dec 2008 at 2:55
Original issue reported on code.google.com by
andrewaw...@gmail.com
on 5 Dec 2008 at 1:17The text was updated successfully, but these errors were encountered: