Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • Isomorphic
    replied
    The javadoc is misleading here - you'll get a -1 in this case rather than null.
    We've now fixed this

    Regards
    Isomorphic Software

    Leave a comment:


  • 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:

    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
Working...
X