Announcement

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

    ListGrid setEditValue(int, String, Object) convenience setter missing

    Hi Isomorhpic,

    please see the ListGrid docs.

    There are 10 setters for setEditValue(int rowNum, int colNum, *), but only 9 setters for setEditValue(int rowNum, java.lang.String fieldName, *).
    setEditValue(int rowNum, java.lang.String fieldName, java.lang.Object value) is missing (both the docs and Eclipse). Could you add it?

    Best regards
    Blama

    #2
    Obviously as convenience setter this has no priority for me and as it turns out I even don't need it for the testcase I'm preparing.

    Comment


      #3
      This missing API has been added. It will be available in the next nightly build, dated March 8.

      Regards
      Isomorphic Software

      Comment

      Working...
      X