comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 228:bbe32496dc84

The title of a the ParameterList tab depends on the Artifact's name if we create a new project window with an existing Artifact. flys-client/trunk@1674 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 12 Apr 2011 13:48:11 +0000
parents a4a68b4ee2a3
children 924da6695800
comparison
equal deleted inserted replaced
227:7f7f6d2c4b2c 228:bbe32496dc84
114 this.handlers = new ArrayList<CollectionChangeHandler>(); 114 this.handlers = new ArrayList<CollectionChangeHandler>();
115 this.layout = new VLayout(); 115 this.layout = new VLayout();
116 this.parameterList = new ParameterList( 116 this.parameterList = new ParameterList(
117 flys, 117 flys,
118 this, 118 this,
119 messages.new_project(), 119 messages.getString(artifact.getName()),
120 artifact); 120 artifact);
121 121
122 addCollectionChangeHandler(this); 122 addCollectionChangeHandler(this);
123 123
124 parameterList.addParameterChangeHandler(this); 124 parameterList.addParameterChangeHandler(this);

http://dive4elements.wald.intevation.org