comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 820:912379835298

UI: Set CollectionViews ("Window") title to include UUID of Collection. flys-client/trunk@2478 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 09 Aug 2011 13:02:10 +0000
parents 11fd6557d0fc
children 1b9b7e9ab219
comparison
equal deleted inserted replaced
819:11fd6557d0fc 820:912379835298
392 } 392 }
393 393
394 Collection tmp = this.collection; 394 Collection tmp = this.collection;
395 this.collection = collection; 395 this.collection = collection;
396 396
397 setTitle(collection.getName() + " (UUID: " + collection.identifier() + ")");
397 fireCollectionChangeEvent(tmp, this.collection); 398 fireCollectionChangeEvent(tmp, this.collection);
398 } 399 }
399 400
400 401
401 public void onCollectionChange(CollectionChangeEvent event) { 402 public void onCollectionChange(CollectionChangeEvent event) {

http://dive4elements.wald.intevation.org