Changeset 4417
- Timestamp:
- 05/09/08 18:24:41 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/itmill/toolkit/tests/tickets/Ticket1632.java
r4416 r4417 33 33 t.addItem(new Object[] { "foo", "bar" }, "4"); 34 34 35 Item i = t.getContainerDataSource().addItem("5"); 35 // workaround to add item with all values 36 Item i = t.addItem("5"); 36 37 i.getItemProperty("col1").setValue("jep"); 37 38 i.getItemProperty("col2").setValue("foo");
