comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java @ 263:f56523bf4c55

Changed the empty table message for helper and data tables. flys-client/trunk@1883 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 10 May 2011 15:36:07 +0000
parents f9ca49e59fb6
children eb3f9b6496a5
comparison
equal deleted inserted replaced
262:44a340c9becc 263:f56523bf4c55
115 protected void createLocationTable() { 115 protected void createLocationTable() {
116 locationTable.setWidth(450); 116 locationTable.setWidth(450);
117 locationTable.setShowRecordComponents(true); 117 locationTable.setShowRecordComponents(true);
118 locationTable.setShowRecordComponentsByCell(true); 118 locationTable.setShowRecordComponentsByCell(true);
119 locationTable.setHeight(300); 119 locationTable.setHeight(300);
120 locationTable.setEmptyMessage(MESSAGES.emptyTable());
120 121
121 ListGridField addLocation = new ListGridField ("", ""); 122 ListGridField addLocation = new ListGridField ("", "");
122 addLocation.setType (ListGridFieldType.ICON); 123 addLocation.setType (ListGridFieldType.ICON);
123 addLocation.setWidth ("30"); 124 addLocation.setWidth ("30");
124 addLocation.addRecordClickHandler (new RecordClickHandler () { 125 addLocation.addRecordClickHandler (new RecordClickHandler () {

http://dive4elements.wald.intevation.org