comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 3347:6d749af6a9c2

Issue #726 work. flys-client/trunk@5022 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Christian Lins <christian.lins@intevation.de>
date Tue, 17 Jul 2012 11:45:35 +0000
parents 725470fc57d2
children 08f8524a81ad
comparison
equal deleted inserted replaced
3346:f2039d030b5e 3347:6d749af6a9c2
214 214
215 /** 215 /**
216 * This method handles the initial layout stuff. 216 * This method handles the initial layout stuff.
217 */ 217 */
218 protected void init() { 218 protected void init() {
219 setWidth(950); 219 setWidth(1010);
220 setHeight(650); 220 setHeight(700);
221 221
222 layout.setWidth100(); 222 layout.setWidth100();
223 223
224 setCanDragReposition(true); 224 setCanDragReposition(true);
225 setCanDragResize(true); 225 setCanDragResize(true);
382 } 382 }
383 383
384 384
385 protected void artifactChanged() { 385 protected void artifactChanged() {
386 ArtifactDescription desc = getArtifact().getArtifactDescription(); 386 ArtifactDescription desc = getArtifact().getArtifactDescription();
387 OutputMode[] outs = desc.getOutputModes(); 387 //OutputMode[] outs = desc.getOutputModes();
388 final Recommendation[] recom = desc.getRecommendations(); 388 final Recommendation[] recom = desc.getRecommendations();
389 389
390 Collection c = getCollection(); 390 Collection c = getCollection();
391 391
392 if (c != null) { 392 if (c != null) {

http://dive4elements.wald.intevation.org