Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

ListGrid.getEditCol() getEditRow() Javadoc desccription / return type mismatch

$
0
0
Hi Isomorphic,

current 4.1/5.0 docs for ListGrid.getEditRow() and ListGrid.getEditCol()
have the following signatures and docs:

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.

Return type is "int", but the Javadoc says that null can be returned.

Best regards,
Blama

Viewing all articles
Browse latest Browse all 4756

Trending Articles