comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java @ 896:fe23bbf0ea11

Fixed a problem with renaming collection view title and duplicating projects. flys-client/trunk@2741 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 14 Sep 2011 12:00:22 +0000
parents 9acbd3f98262
children 6eeacd0bbe26
comparison
equal deleted inserted replaced
895:9acbd3f98262 896:fe23bbf0ea11
80 80
81 public void updateTitle(String uuid, String title) { 81 public void updateTitle(String uuid, String title) {
82 CollectionView view = views.get(uuid); 82 CollectionView view = views.get(uuid);
83 view.setTitle(title); 83 view.setTitle(title);
84 } 84 }
85
86
87 public boolean hasView(String uuid) {
88 if(views.get(uuid) != null) {
89 return true;
90 }
91 return false;
92 }
85 } 93 }
86 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 94 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org