|
|
|
@ -46,7 +46,7 @@ public class LineMapDataSetFieldsPane extends MapDataSetFieldsPane<LineMapColumn
|
|
|
|
|
@Override |
|
|
|
|
public void populateBean(LineMapColumnFieldCollection ob) { |
|
|
|
|
areaLngLatPane.populate(ob); |
|
|
|
|
populateField(lineName, ob.getLineName()); |
|
|
|
|
//populateField(lineName, ob.getLineName());
|
|
|
|
|
populateSeriesValuePane(ob); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -54,7 +54,7 @@ public class LineMapDataSetFieldsPane extends MapDataSetFieldsPane<LineMapColumn
|
|
|
|
|
public LineMapColumnFieldCollection updateBean() { |
|
|
|
|
LineMapColumnFieldCollection columnFieldCollection = new LineMapColumnFieldCollection(); |
|
|
|
|
areaLngLatPane.update(columnFieldCollection); |
|
|
|
|
updateField(lineName, columnFieldCollection.getLineName()); |
|
|
|
|
//updateField(lineName, columnFieldCollection.getLineName());
|
|
|
|
|
updateSeriesValuePane(columnFieldCollection); |
|
|
|
|
return columnFieldCollection; |
|
|
|
|
} |
|
|
|
|