The javadoc is misleading here - you'll get a -1 in this case rather than null.
We've now fixed this
Regards
Isomorphic Software
Announcement
Collapse
No announcement yet.
X
-
ListGrid.getEditCol() getEditRow() Javadoc desccription / return type mismatch
Hi Isomorphic,
current 4.1/5.0 docs for ListGrid.getEditRow() and ListGrid.getEditCol()
have the following signatures and docs:
Return type is "int", but the Javadoc says that null can be returned.Code:public int getEditRow() Returns the index of the row being edited or null if there is no current edit row. public int getEditCol() Returns the index of the column being edited or null if there is no edit col.
Best regards,
BlamaTags: None
Leave a comment: