comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java @ 268:eb3f9b6496a5

ISSUE-57 Replaced wrong i18n function call. flys-client/trunk@1892 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 11 May 2011 07:06:22 +0000
parents f56523bf4c55
children d3c053420c3b
comparison
equal deleted inserted replaced
267:7e484390d191 268:eb3f9b6496a5
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 locationTable.setEmptyMessage(MESSAGES.empty_table());
121 121
122 ListGridField addLocation = new ListGridField ("", ""); 122 ListGridField addLocation = new ListGridField ("", "");
123 addLocation.setType (ListGridFieldType.ICON); 123 addLocation.setType (ListGridFieldType.ICON);
124 addLocation.setWidth ("30"); 124 addLocation.setWidth ("30");
125 addLocation.addRecordClickHandler (new RecordClickHandler () { 125 addLocation.addRecordClickHandler (new RecordClickHandler () {

http://dive4elements.wald.intevation.org