celllist Questions
0
I want to use the GWT Editor framework with a CellList. My data model looks like this:
public class CarDto {
private String name;
private List<String> features;
// getter and setter
}
...
Rufus asked 29/1, 2016 at 17:20
1
© 2022 - 2024 — McMap. All rights reserved.