how to display columns as rows in ListGrid in Smart gwt?
问题 I am a new bee to Smart gwt. Basically I have my data structure as: A |_____ B1 |__C1 |__C2 |__C3 |_ B2 So i have created my ListGridRecord as follows: public class VEPAreaRecord extends ListGridRecord{ public VEPAreaRecord(){ } /** * @param vepAreaName * @param checkStations */ public VEPAreaRecord(String vepAreaName, String[] checkStations) { setVepAreaName(vepAreaName); setCheckStations(checkStations); } /** * @return the vepAreaName */ public final String getVepAreaName() { return