comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java @ 876:dbaef661d0e5

Changed i18n string for empty table and set header fields to fixed order. flys-client/trunk@2703 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 12 Sep 2011 12:23:34 +0000
parents d08cf5ed1bfc
children 2161d3acc83f
comparison
equal deleted inserted replaced
875:a77958780e1c 876:dbaef661d0e5
129 GWT.log("---------- I WAS HERE ---------"); 129 GWT.log("---------- I WAS HERE ---------");
130 locationTable.setWidth100(); 130 locationTable.setWidth100();
131 locationTable.setShowRecordComponents(true); 131 locationTable.setShowRecordComponents(true);
132 locationTable.setShowRecordComponentsByCell(true); 132 locationTable.setShowRecordComponentsByCell(true);
133 locationTable.setHeight100(); 133 locationTable.setHeight100();
134 locationTable.setEmptyMessage(MESSAGES.empty_table()); 134 locationTable.setEmptyMessage(MESSAGES.empty_filter());
135 locationTable.setCanReorderFields(false);
135 136
136 ListGridField addLocation = new ListGridField ("", ""); 137 ListGridField addLocation = new ListGridField ("", "");
137 addLocation.setType (ListGridFieldType.ICON); 138 addLocation.setType (ListGridFieldType.ICON);
138 addLocation.setWidth (20); 139 addLocation.setWidth (20);
139 addLocation.addRecordClickHandler (new RecordClickHandler () { 140 addLocation.addRecordClickHandler (new RecordClickHandler () {

http://dive4elements.wald.intevation.org