Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 11 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 12
Line 123... Line 123...
123
 
123
 
Line 124... Line 124...
124
	}
124
	}
125
 
125
 
Line 126... Line 126...
126
 
126
 
Line 127... Line 127...
127
 
127
 
Line 175... Line 175...
175
			header.setWidth("100%");
175
			header.setWidth("100%");
Line 176... Line 176...
176
 
176
 
Line 177... Line 177...
177
			header.setStyleName("location-ListHeader");
177
			header.setStyleName("location-ListHeader");
Line 178... Line 178...
178
 
178
 
Line 179... Line 179...
179
			
179
			
Line 248... Line 248...
248
 
248
 
Line 249... Line 249...
249
		    });
249
		    });
250
		    
250
		    
251
		  	styleRow(selectedRow, false);
251
		  	styleRow(selectedRow, false);
Line 252... Line 252...
252
	        selector.getRowFormatter().addStyleName(0, "location-SelectedRow");
252
	        selector.getRowFormatter().addStyleName(0, "location-SelectedRow");
253
		    mediator.onLocationSelected("all");
253
		   // mediator.onLocationSelected("all");
Line 254... Line 254...
254
		    		
254
		    		
Line 277... Line 277...
277
						public void onCompletion(String str) {
277
						public void onCompletion(String str) {
278
							JSONValue jsonValue = JSONParser.parse(str);
278
							JSONValue jsonValue = JSONParser.parse(str);
279
							JSONNumber jsonNumber;
279
							JSONNumber jsonNumber;
280
							if ((jsonNumber = jsonValue.isNumber()) != null) {
280
							if ((jsonNumber = jsonValue.isNumber()) != null) {
281
								count = (int) jsonNumber.getValue();
281
								count = (int) jsonNumber.getValue();
-
 
282
								mediator.onLocationUpdate(location);
282
								update();
283
								update();
283
							}
284
							}
284
						}
285
						}
285
					});
286
					});