mohammadGh / opal

Automatically exported from code.google.com/p/opal
1 stars 0 forks source link

DualList.add(DLitem), support redraw or improve JavaDoc #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create DualList dl
2.Create DLItem i
3.Call dl.add(i)

What is the expected output? What do you see instead?
According to the JavaDoc, I expected to see the new item in the UI. Instead 
nothing is shown until i click the button to select all items at once

What version of the product are you using? On what operating system?
0.9.9e

Please provide any additional information below.
calling dl.setItem() / dl.setItems() internally draws the table. If not 
changing add() behavior, the JavaDoc should at least point an API user to the 
setItem / setItems methods 

Original issue reported on code.google.com by i...@catering-guides.de on 29 Jun 2014 at 11:23

GoogleCodeExporter commented 8 years ago
Bug in add method fixed in V1.0.0

Original comment by laurent....@gmail.com on 16 Jul 2014 at 8:21